Html Css Color HEX #AE0659 Jazzberry Jam

📋 copy color: '#AE0659'

red 174 ◦ green 6 ◦ blue 89

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

Shades of Jazzberry Jam #AE0659

Tints of Jazzberry Jam #AE0659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

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

R = 64.68%
G = 2.23%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE0659 (or 0xAE0659) is known color: Jazzberry Jam. HEX triplet: AE, 06 and 59. RGB value is (174,6,89). Sum of RGB (Red+Green+Blue) = 174+6+89=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0659 is #51F9A6. Grayscale: #414141. Windows color (decimal): -5372327 or 5834414. OLE color: 5834414.

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

Color convert

RGB 174 6 89 -
CMYK 0 0.97 0.49 0.32
HSL 330.36º 0.93% 0.35% -
HSV(B) 330.36º 0.97% 0.68% -
XYZ 19.32 9.85 10.33 -
YUV 65.69 141.16 205.25 -
System Red Green Blue C M Y K H S L
Decimal 174 6 89 0 0.97 0.49 0.32 330.36 0.93 0.35
Hex AE 6 59 0 61 31 20 14A 5D 23
Octal 256 6 131 0 141 61 40 512 135 43
Binary 10101110 110 1011001 0 1100001 110001 100000 101001010 1011101 100011

Color Harmonies of #AE0659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0659

Black with #AE0659

Text Example


Text Example

White with #AE0659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0659; }

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

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

background-color css

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

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

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

border-color css

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

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

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