#A12670

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

Shades of Jazzberry Jam #A12670

Tints of Jazzberry Jam #A12670

Color information

#A12670 (or 0xA12670) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 26 and 70. RGB value is (161,38,112). Sum of RGB (Red+Green+Blue) = 161+38+112=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A12670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12670 is #5ED98F. Grayscale: #535353. Windows color (decimal): -6216080 or 7349921. OLE color: 7349921.

HSL color Cylindrical-coordinate representation of color #A12670: hue angle of 323.9º degrees, saturation: 0.62, 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 #A12670 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16138112-
CMYK00.760.300.37
HSL323.9º61.81%39.02%-
HSV(B)323.9º76.4%63.14%-
XYZ18.3210.1316.32-
YUV83.21144.25183.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 38 (15.23% from 255) = 12.22%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=51.77%
G=12.22%
B=36.01%

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
Decimal1613811200.760.300.37323.961.8139.02
HexA1267004C1E251443e27
Octal24146160011436455047647
Binary1010000110011011100000100110011110100101101000100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12670; }

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

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

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

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

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

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

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

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