#AE0062

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

Shades of Jazzberry Jam #AE0062

Tints of Jazzberry Jam #AE0062

Color information

#AE0062 (or 0xAE0062) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 00 and 62. RGB value is (174,0,98). Sum of RGB (Red+Green+Blue) = 174+0+98=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0062 is #51FF9D. Grayscale: #3E3E3E. Windows color (decimal): -5373854 or 6422702. OLE color: 6422702.

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

Color convert

RGB174098-
CMYK010.440.32
HSL326.21º100%34.12%-
HSV(B)326.21º100%68.24%-
XYZ19.669.8812.43-
YUV63.2147.65207.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=63.97%
G=0%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174098010.440.32326.2110034.12
HexAE0620642C201466422
Octal25601420144544050614442
Binary1010111001100010011001001011001000001010001101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0062; }

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

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

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

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

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

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

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

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