#AE0662

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

Shades of Jazzberry Jam #AE0662

Tints of Jazzberry Jam #AE0662

Color information

#AE0662 (or 0xAE0662) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 06 and 62. RGB value is (174,6,98). Sum of RGB (Red+Green+Blue) = 174+6+98=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0662 is #51F99D. Grayscale: #424242. Windows color (decimal): -5372318 or 6424238. OLE color: 6424238.

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

Color convert

RGB174698-
CMYK00.970.440.32
HSL327.14º93.33%35.29%-
HSV(B)327.14º96.55%68.24%-
XYZ19.7310.0112.45-
YUV66.72145.66204.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.59%
GREEN value IS 6 (2.73% from 255) = 2.16%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=62.59%
G=2.16%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17469800.970.440.32327.1493.3335.29
HexAE6620612C201475d23
Octal25661420141544050713543
Binary101011101101100010011000011011001000001010001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0662; }

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

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

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

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

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

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

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

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