Html Css Color HEX #AE2059 Jazzberry Jam

📋 copy color: '#AE2059'

red 174 ◦ green 32 ◦ blue 89

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

Shades of Jazzberry Jam #AE2059

Tints of Jazzberry Jam #AE2059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

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

R = 58.98%
G = 10.85%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE2059 (or 0xAE2059) is known color: Jazzberry Jam. HEX triplet: AE, 20 and 59. RGB value is (174,32,89). Sum of RGB (Red+Green+Blue) = 174+32+89=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2059 is #51DFA6. Grayscale: #505050. Windows color (decimal): -5365671 or 5841070. OLE color: 5841070.

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

Color convert

RGB 174 32 89 -
CMYK 0 0.82 0.49 0.32
HSL 335.92º 0.69% 0.4% -
HSV(B) 335.92º 0.82% 0.68% -
XYZ 19.78 10.75 10.48 -
YUV 80.96 132.54 194.37 -
System Red Green Blue C M Y K H S L
Decimal 174 32 89 0 0.82 0.49 0.32 335.92 0.69 0.4
Hex AE 20 59 0 52 31 20 150 45 28
Octal 256 40 131 0 122 61 40 520 105 50
Binary 10101110 100000 1011001 0 1010010 110001 100000 101010000 1000101 101000

Color Harmonies of #AE2059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2059

Black with #AE2059

Text Example


Text Example

White with #AE2059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2059; }

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

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

background-color css

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

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

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

border-color css

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

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

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