#A02670

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

Shades of Jazzberry Jam #A02670

Tints of Jazzberry Jam #A02670

Color information

#A02670 (or 0xA02670) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 26 and 70. RGB value is (160,38,112). Sum of RGB (Red+Green+Blue) = 160+38+112=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A02670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02670 is #5FD98F. Grayscale: #525252. Windows color (decimal): -6281616 or 7349920. OLE color: 7349920.

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

Color convert

RGB16038112-
CMYK00.760.300.37
HSL323.61º61.62%38.82%-
HSV(B)323.61º76.25%62.75%-
XYZ18.1110.0316.31-
YUV82.91144.42182.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.61%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=51.61%
G=12.26%
B=36.13%

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
Decimal1603811200.760.300.37323.6161.6238.82
HexA0267004C1E251443e27
Octal24046160011436455047647
Binary1010000010011011100000100110011110100101101000100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02670; }

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

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

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

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

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

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

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

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