#AE1862

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

Shades of Jazzberry Jam #AE1862

Tints of Jazzberry Jam #AE1862

Color information

#AE1862 (or 0xAE1862) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 18 and 62. RGB value is (174,24,98). Sum of RGB (Red+Green+Blue) = 174+24+98=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1862 is #51E79D. Grayscale: #4D4D4D. Windows color (decimal): -5367710 or 6428846. OLE color: 6428846.

HSL color Cylindrical-coordinate representation of color #AE1862: hue angle of 330.4º degrees, saturation: 0.76, 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 #AE1862 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB1742498-
CMYK00.860.440.32
HSL330.4º75.76%38.82%-
HSV(B)330.4º86.21%68.24%-
XYZ19.9910.5312.54-
YUV77.29139.7196.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.78%
GREEN value IS 24 (9.77% from 255) = 8.11%
BLUE value IS 98 (38.67% from 255) = 33.11%
R=58.78%
G=8.11%
B=33.11%

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
Decimal174249800.860.440.32330.475.7638.82
HexAE18620562C2014a4c27
Octal256301420126544051211447
Binary10101110110001100010010101101011001000001010010101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1862; }

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

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

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

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

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

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

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

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