#AE1962

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

Shades of Jazzberry Jam #AE1962

Tints of Jazzberry Jam #AE1962

Color information

#AE1962 (or 0xAE1962) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 19 and 62. RGB value is (174,25,98). Sum of RGB (Red+Green+Blue) = 174+25+98=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1962 is #51E69D. Grayscale: #4D4D4D. Windows color (decimal): -5367454 or 6429102. OLE color: 6429102.

HSL color Cylindrical-coordinate representation of color #AE1962: hue angle of 330.6º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1962 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB1742598-
CMYK00.860.440.32
HSL330.6º74.87%39.02%-
HSV(B)330.6º85.63%68.24%-
XYZ20.0110.5812.54-
YUV77.87139.36196.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.59%
GREEN value IS 25 (10.16% from 255) = 8.42%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=58.59%
G=8.42%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174259800.860.440.32330.674.8739.02
HexAE19620562C2014b4b27
Octal256311420126544051311347
Binary10101110110011100010010101101011001000001010010111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1962; }

 p { color: rgb(174,25,98); }

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

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

 a { background-color: rgb(174,25,98); }

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

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

 span { border-color: rgb(174,25,98); }

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