#AE216A

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

Shades of Jazzberry Jam #AE216A

Tints of Jazzberry Jam #AE216A

Color information

#AE216A (or 0xAE216A) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 21 and 6A. RGB value is (174,33,106). Sum of RGB (Red+Green+Blue) = 174+33+106=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE216A is #51DE95. Grayscale: #535353. Windows color (decimal): -5365398 or 6955438. OLE color: 6955438.

HSL color Cylindrical-coordinate representation of color #AE216A: hue angle of 328.94º 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 #AE216A is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB17433106-
CMYK00.810.390.32
HSL328.94º68.12%40.59%-
HSV(B)328.94º81.03%68.24%-
XYZ20.611.1314.7-
YUV83.48140.71192.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=55.59%
G=10.54%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743310600.810.390.32328.9468.1240.59
HexAE216A05127201494429
Octal256411520121474051110451
Binary101011101000011101010010100011001111000001010010011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE216A; }

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

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

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

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

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

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

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

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