#A62570

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

Shades of Jazzberry Jam #A62570

Tints of Jazzberry Jam #A62570

Color information

#A62570 (or 0xA62570) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 25 and 70. RGB value is (166,37,112). Sum of RGB (Red+Green+Blue) = 166+37+112=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A62570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62570 is #59DA8F. Grayscale: #535353. Windows color (decimal): -5888656 or 7349670. OLE color: 7349670.

HSL color Cylindrical-coordinate representation of color #A62570: hue angle of 325.12º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62570 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16637112-
CMYK00.780.330.35
HSL325.12º63.55%39.8%-
HSV(B)325.12º77.71%65.1%-
XYZ19.3110.616.36-
YUV84.12143.74186.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 37 (14.84% from 255) = 11.75%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=52.70%
G=11.75%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663711200.780.330.35325.1263.5539.8
HexA6257004E21231454028
Octal246451600116414350510050
Binary101001101001011110000010011101000011000111010001011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62570; }

 p { color: rgb(166,37,112); }

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

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

 a { background-color: rgb(166,37,112); }

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

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

 span { border-color: rgb(166,37,112); }

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