Html Css Color HEX #AE155C Jazzberry Jam

📋 copy color: '#AE155C'

red 174 ◦ green 21 ◦ blue 92

#AE155C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AE155C

Tints of Jazzberry Jam #AE155C

RGB

 RED value IS 174 (68.36% from 255) = 60.63%

 GREEN value IS 21 (8.59% from 255) = 7.32%

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 60.63%
G = 7.32%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AE155C (or 0xAE155C) is known color: Jazzberry Jam. HEX triplet: AE, 15 and 5C. RGB value is (174,21,92). Sum of RGB (Red+Green+Blue) = 174+21+92=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE155C is #51EAA3. Grayscale: #4A4A4A. Windows color (decimal): -5368484 or 6034862. OLE color: 6034862.

HSL color Cylindrical-coordinate representation of color #AE155C: hue angle of 332.16º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE155C is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 21 92 -
CMYK 0 0.88 0.47 0.32
HSL 332.16º 0.78% 0.38% -
HSV(B) 332.16º 0.88% 0.68% -
XYZ 19.66 10.31 11.08 -
YUV 74.84 137.69 198.73 -
System Red Green Blue C M Y K H S L
Decimal 174 21 92 0 0.88 0.47 0.32 332.16 0.78 0.38
Hex AE 15 5C 0 58 2F 20 14C 4E 26
Octal 256 25 134 0 130 57 40 514 116 46
Binary 10101110 10101 1011100 0 1011000 101111 100000 101001100 1001110 100110

Color Harmonies of #AE155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE155C

Black with #AE155C

Text Example


Text Example

White with #AE155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE155C; }

 p { color: rgb(174,21,92); }

 H1.HeaderClassName
 {
   color: #AE155C;
 }
 .AnyTagClassName
 {
   color: #AE155C;
 }
</style>

background-color css

<style>
 a { background-color: #AE155C; }

 a { background-color: rgb(174,21,92); }

 div.DivClassName
 {
   background-color: #AE155C;
 }
 .BgClassName
 {
   background-color: #AE155C;
 }
</style>

border-color css

<style>
 span { border-color: #AE155C; }

 span { border-color: rgb(174,21,92); }

 td.TdClassName
 {
   border-color: #AE155C;
 }
 .TagClassName
 {
   border-color: #AE155C;
 }
</style>