#AE0142

Color #AE0142 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AE0142

Tints of Jazzberry Jam #AE0142

Color information

#AE0142 (or 0xAE0142) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 01 and 42. RGB value is (174,1,66). Sum of RGB (Red+Green+Blue) = 174+1+66=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0142 is #51FEBD. Grayscale: #3C3C3C. Windows color (decimal): -5373630 or 4325806. OLE color: 4325806.

HSL color Cylindrical-coordinate representation of color #AE0142: hue angle of 337.46º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0142 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB174166-
CMYK00.990.620.32
HSL337.46º98.86%34.31%-
HSV(B)337.46º99.43%68.24%-
XYZ18.459.416-
YUV60.14131.31209.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.20%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=72.20%
G=0.41%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416600.990.620.32337.4698.8634.31
HexAE1420633E201516322
Octal25611020143764052114342
Binary1010111011000010011000111111101000001010100011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0142; }

 p { color: rgb(174,1,66); }

 H1.HeaderClassName
 {
   color: #AE0142;
 }
 .AnyTagClassName
 {
   color: #AE0142;
 }
</style>
background-color css

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

 a { background-color: rgb(174,1,66); }

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

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

 span { border-color: rgb(174,1,66); }

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