#AE016D

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

Shades of Jazzberry Jam #AE016D

Tints of Jazzberry Jam #AE016D

Color information

#AE016D (or 0xAE016D) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 01 and 6D. RGB value is (174,1,109). Sum of RGB (Red+Green+Blue) = 174+1+109=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE016D is #51FE92. Grayscale: #404040. Windows color (decimal): -5373587 or 7143854. OLE color: 7143854.

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

Color convert

RGB1741109-
CMYK00.990.370.32
HSL322.54º98.86%34.31%-
HSV(B)322.54º99.43%68.24%-
XYZ20.2310.1215.36-
YUV65.04152.81205.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.27%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 109 (42.97% from 255) = 38.38%
R=61.27%
G=0.35%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174110900.990.370.32322.5498.8634.31
HexAE16D06325201436322
Octal25611550143454050314342
Binary1010111011101101011000111001011000001010000111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE016D; }

 p { color: rgb(174,1,109); }

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

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

 a { background-color: rgb(174,1,109); }

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

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

 span { border-color: rgb(174,1,109); }

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