Html Css Color HEX #AE0C5F Jazzberry Jam

📋 copy color: '#AE0C5F'

red 174 ◦ green 12 ◦ blue 95

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

Shades of Jazzberry Jam #AE0C5F

Tints of Jazzberry Jam #AE0C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.81%

R = 61.92%
G = 4.27%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE0C5F (or 0xAE0C5F) is known color: Jazzberry Jam. HEX triplet: AE, 0C and 5F. RGB value is (174,12,95). Sum of RGB (Red+Green+Blue) = 174+12+95=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0C5F is #51F3A0. Grayscale: #454545. Windows color (decimal): -5370785 or 6229166. OLE color: 6229166.

HSL color Cylindrical-coordinate representation of color #AE0C5F: hue angle of 329.26º 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 #AE0C5F is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 12 95 -
CMYK 0 0.93 0.45 0.32
HSL 329.26º 0.87% 0.36% -
HSV(B) 329.26º 0.93% 0.68% -
XYZ 19.65 10.09 11.74 -
YUV 69.9 142.17 202.25 -
System Red Green Blue C M Y K H S L
Decimal 174 12 95 0 0.93 0.45 0.32 329.26 0.87 0.36
Hex AE C 5F 0 5D 2D 20 149 57 24
Octal 256 14 137 0 135 55 40 511 127 44
Binary 10101110 1100 1011111 0 1011101 101101 100000 101001001 1010111 100100

Color Harmonies of #AE0C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C5F

Black with #AE0C5F

Text Example


Text Example

White with #AE0C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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