#AE0264

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

Shades of Jazzberry Jam #AE0264

Tints of Jazzberry Jam #AE0264

Color information

#AE0264 (or 0xAE0264) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 02 and 64. RGB value is (174,2,100). Sum of RGB (Red+Green+Blue) = 174+2+100=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0264 is #51FD9B. Grayscale: #404040. Windows color (decimal): -5373340 or 6554286. OLE color: 6554286.

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

Color convert

RGB1742100-
CMYK00.990.430.32
HSL325.81º97.73%34.51%-
HSV(B)325.81º98.85%68.24%-
XYZ19.789.9612.94-
YUV64.6147.98206.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.04%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=63.04%
G=0.72%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174210000.990.430.32325.8197.7334.51
HexAE2640632B201466223
Octal25621440143534050614243
Binary10101110101100100011000111010111000001010001101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0264; }

 p { color: rgb(174,2,100); }

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

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

 a { background-color: rgb(174,2,100); }

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

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

 span { border-color: rgb(174,2,100); }

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