#AE016C

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

Shades of Jazzberry Jam #AE016C

Tints of Jazzberry Jam #AE016C

Color information

#AE016C (or 0xAE016C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 01 and 6C. RGB value is (174,1,108). Sum of RGB (Red+Green+Blue) = 174+1+108=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE016C is #51FE93. Grayscale: #404040. Windows color (decimal): -5373588 or 7078318. OLE color: 7078318.

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

Color convert

RGB1741108-
CMYK00.990.380.32
HSL322.89º98.86%34.31%-
HSV(B)322.89º99.43%68.24%-
XYZ20.1710.115.07-
YUV64.92152.31205.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.48%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=61.48%
G=0.35%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174110800.990.380.32322.8998.8634.31
HexAE16C06326201436322
Octal25611540143464050314342
Binary1010111011101100011000111001101000001010000111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE016C; }

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

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

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

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

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

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

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

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