#A52066

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

Shades of Jazzberry Jam #A52066

Tints of Jazzberry Jam #A52066

Color information

#A52066 (or 0xA52066) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 20 and 66. RGB value is (165,32,102). Sum of RGB (Red+Green+Blue) = 165+32+102=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A52066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52066 is #5ADF99. Grayscale: #4F4F4F. Windows color (decimal): -5955482 or 6693029. OLE color: 6693029.

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

Color convert

RGB16532102-
CMYK00.810.380.35
HSL328.42º67.51%38.63%-
HSV(B)328.42º80.61%64.71%-
XYZ18.439.9913.53-
YUV79.75140.56188.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.18%
GREEN value IS 32 (12.89% from 255) = 10.70%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=55.18%
G=10.70%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653210200.810.380.35328.4267.5138.63
HexA5206605126231484427
Octal245401460121464351010447
Binary101001011000001100110010100011001101000111010010001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52066; }

 p { color: rgb(165,32,102); }

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

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

 a { background-color: rgb(165,32,102); }

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

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

 span { border-color: rgb(165,32,102); }

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