Html Css Color HEX #AE1566 Jazzberry Jam

📋 copy color: '#AE1566'

red 174 ◦ green 21 ◦ blue 102

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

Shades of Jazzberry Jam #AE1566

Tints of Jazzberry Jam #AE1566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 58.59%
G = 7.07%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE1566 (or 0xAE1566) is known color: Jazzberry Jam. HEX triplet: AE, 15 and 66. RGB value is (174,21,102). Sum of RGB (Red+Green+Blue) = 174+21+102=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1566 is #51EA99. Grayscale: #4B4B4B. Windows color (decimal): -5368474 or 6690222. OLE color: 6690222.

HSL color Cylindrical-coordinate representation of color #AE1566: hue angle of 328.24º 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 #AE1566 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 21 102 -
CMYK 0 0.88 0.41 0.32
HSL 328.24º 0.78% 0.38% -
HSV(B) 328.24º 0.88% 0.68% -
XYZ 20.12 10.49 13.54 -
YUV 75.98 142.69 197.91 -
System Red Green Blue C M Y K H S L
Decimal 174 21 102 0 0.88 0.41 0.32 328.24 0.78 0.38
Hex AE 15 66 0 58 29 20 148 4E 26
Octal 256 25 146 0 130 51 40 510 116 46
Binary 10101110 10101 1100110 0 1011000 101001 100000 101001000 1001110 100110

Color Harmonies of #AE1566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1566

Black with #AE1566

Text Example


Text Example

White with #AE1566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1566; }

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

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

background-color css

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

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

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

border-color css

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

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

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