#AE2068

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

Shades of Jazzberry Jam #AE2068

Tints of Jazzberry Jam #AE2068

Color information

#AE2068 (or 0xAE2068) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 20 and 68. RGB value is (174,32,104). Sum of RGB (Red+Green+Blue) = 174+32+104=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2068 is #51DF97. Grayscale: #525252. Windows color (decimal): -5365656 or 6824110. OLE color: 6824110.

HSL color Cylindrical-coordinate representation of color #AE2068: hue angle of 329.58º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2068 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB17432104-
CMYK00.820.400.32
HSL329.58º68.93%40.39%-
HSV(B)329.58º81.61%68.24%-
XYZ20.4711.0314.15-
YUV82.67140.04193.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.13%
GREEN value IS 32 (12.89% from 255) = 10.32%
BLUE value IS 104 (41.02% from 255) = 33.55%
R=56.13%
G=10.32%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743210400.820.400.32329.5868.9340.39
HexAE2068052282014a4528
Octal256401500122504051210550
Binary101011101000001101000010100101010001000001010010101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2068; }

 p { color: rgb(174,32,104); }

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

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

 a { background-color: rgb(174,32,104); }

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

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

 span { border-color: rgb(174,32,104); }

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