#AE036C

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

Shades of Jazzberry Jam #AE036C

Tints of Jazzberry Jam #AE036C

Color information

#AE036C (or 0xAE036C) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 03 and 6C. RGB value is (174,3,108). Sum of RGB (Red+Green+Blue) = 174+3+108=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE036C is #51FC93. Grayscale: #414141. Windows color (decimal): -5373076 or 7078830. OLE color: 7078830.

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

Color convert

RGB1743108-
CMYK00.980.380.32
HSL323.16º96.61%34.71%-
HSV(B)323.16º98.28%68.24%-
XYZ20.1910.1515.08-
YUV66.1151.65204.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.05%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=61.05%
G=1.05%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174310800.980.380.32323.1696.6134.71
HexAE36C06226201436123
Octal25631540142464050314143
Binary10101110111101100011000101001101000001010000111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE036C; }

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

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

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

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

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

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

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

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