#AE166E

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

Shades of Jazzberry Jam #AE166E

Tints of Jazzberry Jam #AE166E

Color information

#AE166E (or 0xAE166E) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 16 and 6E. RGB value is (174,22,110). Sum of RGB (Red+Green+Blue) = 174+22+110=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE166E is #51E991. Grayscale: #4D4D4D. Windows color (decimal): -5368210 or 7214766. OLE color: 7214766.

HSL color Cylindrical-coordinate representation of color #AE166E: hue angle of 325.26º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE166E is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB17422110-
CMYK00.870.370.32
HSL325.26º77.55%38.43%-
HSV(B)325.26º87.36%68.24%-
XYZ20.5610.715.73-
YUV77.48146.36196.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.86%
GREEN value IS 22 (8.98% from 255) = 7.19%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=56.86%
G=7.19%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742211000.870.370.32325.2677.5538.43
HexAE166E05725201454e26
Octal256261560127454050511646
Binary10101110101101101110010101111001011000001010001011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE166E; }

 p { color: rgb(174,22,110); }

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

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

 a { background-color: rgb(174,22,110); }

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

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

 span { border-color: rgb(174,22,110); }

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