#AE006B

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

Shades of Jazzberry Jam #AE006B

Tints of Jazzberry Jam #AE006B

Color information

#AE006B (or 0xAE006B) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 00 and 6B. RGB value is (174,0,107). Sum of RGB (Red+Green+Blue) = 174+0+107=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE006B is #51FF94. Grayscale: #3F3F3F. Windows color (decimal): -5373845 or 7012526. OLE color: 7012526.

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

Color convert

RGB1740107-
CMYK010.390.32
HSL323.1º100%34.12%-
HSV(B)323.1º100%68.24%-
XYZ20.1110.0614.79-
YUV64.22152.15206.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 38.08%
R=61.92%
G=0%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1740107010.390.32323.110034.12
HexAE06B06427201436422
Octal25601530144474050314442
Binary1010111001101011011001001001111000001010000111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE006B; }

 p { color: rgb(174,0,107); }

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

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

 a { background-color: rgb(174,0,107); }

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

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

 span { border-color: rgb(174,0,107); }

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