#AE2167

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

Shades of Jazzberry Jam #AE2167

Tints of Jazzberry Jam #AE2167

Color information

#AE2167 (or 0xAE2167) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 21 and 67. RGB value is (174,33,103). Sum of RGB (Red+Green+Blue) = 174+33+103=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2167 is #51DE98. Grayscale: #525252. Windows color (decimal): -5365401 or 6758830. OLE color: 6758830.

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

Color convert

RGB17433103-
CMYK00.810.410.32
HSL330.21º68.12%40.59%-
HSV(B)330.21º81.03%68.24%-
XYZ20.4511.0713.89-
YUV83.14139.21192.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.13%
GREEN value IS 33 (13.28% from 255) = 10.65%
BLUE value IS 103 (40.62% from 255) = 33.23%
R=56.13%
G=10.65%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743310300.810.410.32330.2168.1240.59
HexAE2167051292014a4429
Octal256411470121514051210451
Binary101011101000011100111010100011010011000001010010101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2167; }

 p { color: rgb(174,33,103); }

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

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

 a { background-color: rgb(174,33,103); }

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

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

 span { border-color: rgb(174,33,103); }

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