#a12770

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

Shades of Jazzberry Jam #A12770

Tints of Jazzberry Jam #A12770

Color information

#A12770 (or 0xA12770) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 27 and 70. RGB value is (161,39,112). Sum of RGB (Red+Green+Blue) = 161+39+112=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A12770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12770 is #5ED88F. Grayscale: #535353. Windows color (decimal): -6215824 or 7350177. OLE color: 7350177.

HSL color Cylindrical-coordinate representation of color #A12770: hue angle of 324.1º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12770 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16139112-
CMYK00.760.300.37
HSL324.1º61%39.22%-
HSV(B)324.1º75.78%63.14%-
XYZ18.3510.216.33-
YUV83.8143.92183.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.60%
GREEN value IS 39 (15.62% from 255) = 12.5%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=51.60%
G=12.5%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613911200.760.300.37324.16139.22
HexA1277004C1E251443d27
Octal24147160011436455047547
Binary1010000110011111100000100110011110100101101000100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a12770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a12770; }

 p { color: rgb(161,39,112); }

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

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

 a { background-color: rgb(161,39,112); }

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

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

 span { border-color: rgb(161,39,112); }

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