Html Css Color HEX #AE0C5E Jazzberry Jam

📋 copy color: '#AE0C5E'

red 174 ◦ green 12 ◦ blue 94

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

Shades of Jazzberry Jam #AE0C5E

Tints of Jazzberry Jam #AE0C5E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.29%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 62.14%
G = 4.29%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE0C5E (or 0xAE0C5E) is known color: Jazzberry Jam. HEX triplet: AE, 0C and 5E. RGB value is (174,12,94). Sum of RGB (Red+Green+Blue) = 174+12+94=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0C5E is #51F3A1. Grayscale: #454545. Windows color (decimal): -5370786 or 6163630. OLE color: 6163630.

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

Color convert

RGB 174 12 94 -
CMYK 0 0.93 0.46 0.32
HSL 329.63º 0.87% 0.36% -
HSV(B) 329.63º 0.93% 0.68% -
XYZ 19.61 10.07 11.5 -
YUV 69.79 141.67 202.33 -
System Red Green Blue C M Y K H S L
Decimal 174 12 94 0 0.93 0.46 0.32 329.63 0.87 0.36
Hex AE C 5E 0 5D 2E 20 14A 57 24
Octal 256 14 136 0 135 56 40 512 127 44
Binary 10101110 1100 1011110 0 1011101 101110 100000 101001010 1010111 100100

Color Harmonies of #AE0C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C5E

Black with #AE0C5E

Text Example


Text Example

White with #AE0C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C5E; }

 p { color: rgb(174,12,94); }

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

background-color css

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

 a { background-color: rgb(174,12,94); }

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

border-color css

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

 span { border-color: rgb(174,12,94); }

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