Html Css Color HEX #AE1859 Jazzberry Jam

📋 copy color: '#AE1859'

red 174 ◦ green 24 ◦ blue 89

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

Shades of Jazzberry Jam #AE1859

Tints of Jazzberry Jam #AE1859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

 BLUE value IS 89 (35.16% from 255) = 31.01%

R = 60.63%
G = 8.36%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE1859 (or 0xAE1859) is known color: Jazzberry Jam. HEX triplet: AE, 18 and 59. RGB value is (174,24,89). Sum of RGB (Red+Green+Blue) = 174+24+89=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1859 is #51E7A6. Grayscale: #4C4C4C. Windows color (decimal): -5367719 or 5839022. OLE color: 5839022.

HSL color Cylindrical-coordinate representation of color #AE1859: hue angle of 334º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1859 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 24 89 -
CMYK 0 0.86 0.49 0.32
HSL 334º 0.76% 0.39% -
HSV(B) 334º 0.86% 0.68% -
XYZ 19.59 10.37 10.42 -
YUV 76.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 174 24 89 0 0.86 0.49 0.32 334 0.76 0.39
Hex AE 18 59 0 56 31 20 14E 4C 27
Octal 256 30 131 0 126 61 40 516 114 47
Binary 10101110 11000 1011001 0 1010110 110001 100000 101001110 1001100 100111

Color Harmonies of #AE1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1859

Black with #AE1859

Text Example


Text Example

White with #AE1859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1859; }

 p { color: rgb(174,24,89); }

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

background-color css

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

 a { background-color: rgb(174,24,89); }

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

border-color css

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

 span { border-color: rgb(174,24,89); }

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