Html Css Color HEX #AE0459 Jazzberry Jam

📋 copy color: '#AE0459'

red 174 ◦ green 4 ◦ blue 89

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

Shades of Jazzberry Jam #AE0459

Tints of Jazzberry Jam #AE0459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 65.17%
G = 1.5%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE0459 (or 0xAE0459) is known color: Jazzberry Jam. HEX triplet: AE, 04 and 59. RGB value is (174,4,89). Sum of RGB (Red+Green+Blue) = 174+4+89=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0459 is #51FBA6. Grayscale: #404040. Windows color (decimal): -5372839 or 5833902. OLE color: 5833902.

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

Color convert

RGB 174 4 89 -
CMYK 0 0.98 0.49 0.32
HSL 330º 0.96% 0.35% -
HSV(B) 330º 0.98% 0.68% -
XYZ 19.3 9.81 10.33 -
YUV 64.52 141.82 206.09 -
System Red Green Blue C M Y K H S L
Decimal 174 4 89 0 0.98 0.49 0.32 330 0.96 0.35
Hex AE 4 59 0 62 31 20 14A 60 23
Octal 256 4 131 0 142 61 40 512 140 43
Binary 10101110 100 1011001 0 1100010 110001 100000 101001010 1100000 100011

Color Harmonies of #AE0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0459

Black with #AE0459

Text Example


Text Example

White with #AE0459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0459; }

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

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

background-color css

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

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

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

border-color css

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

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

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