#A52065

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

Shades of Jazzberry Jam #A52065

Tints of Jazzberry Jam #A52065

Color information

#A52065 (or 0xA52065) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 20 and 65. RGB value is (165,32,101). Sum of RGB (Red+Green+Blue) = 165+32+101=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A52065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52065 is #5ADF9A. Grayscale: #4F4F4F. Windows color (decimal): -5955483 or 6627493. OLE color: 6627493.

HSL color Cylindrical-coordinate representation of color #A52065: hue angle of 328.87º 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 #A52065 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16532101-
CMYK00.810.390.35
HSL328.87º67.51%38.63%-
HSV(B)328.87º80.61%64.71%-
XYZ18.389.9713.27-
YUV79.63140.06188.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.37%
GREEN value IS 32 (12.89% from 255) = 10.74%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=55.37%
G=10.74%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653210100.810.390.35328.8767.5138.63
HexA5206505127231494427
Octal245401450121474351110447
Binary101001011000001100101010100011001111000111010010011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52065; }

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

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

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

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

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

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

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

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