#A20752

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

Shades of Jazzberry Jam #A20752

Tints of Jazzberry Jam #A20752

Color information

#A20752 (or 0xA20752) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 07 and 52. RGB value is (162,7,82). Sum of RGB (Red+Green+Blue) = 162+7+82=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A20752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20752 is #5DF8AD. Grayscale: #3D3D3D. Windows color (decimal): -6158510 or 5375906. OLE color: 5375906.

HSL color Cylindrical-coordinate representation of color #A20752: hue angle of 330.97º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20752 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB162782-
CMYK00.960.490.36
HSL330.97º91.72%33.14%-
HSV(B)330.97º95.68%63.53%-
XYZ16.58.448.74-
YUV61.9139.35199.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.54%
GREEN value IS 7 (3.12% from 255) = 2.79%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=64.54%
G=2.79%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16278200.960.490.36330.9791.7233.14
HexA2752060312414b5c21
Octal24271220140614451313441
Binary101000101111010010011000001100011001001010010111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20752; }

 p { color: rgb(162,7,82); }

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

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

 a { background-color: rgb(162,7,82); }

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

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

 span { border-color: rgb(162,7,82); }

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