#A30252

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

Shades of Jazzberry Jam #A30252

Tints of Jazzberry Jam #A30252

Color information

#A30252 (or 0xA30252) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 02 and 52. RGB value is (163,2,82). Sum of RGB (Red+Green+Blue) = 163+2+82=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A30252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30252 is #5CFDAD. Grayscale: #3B3B3B. Windows color (decimal): -6094254 or 5374627. OLE color: 5374627.

HSL color Cylindrical-coordinate representation of color #A30252: hue angle of 330.19º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30252 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB163282-
CMYK00.990.500.36
HSL330.19º97.58%32.35%-
HSV(B)330.19º98.77%63.92%-
XYZ16.658.448.73-
YUV59.26140.84202-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.99%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=65.99%
G=0.81%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16328200.990.500.36330.1997.5832.35
HexA3252063322414a6220
Octal24321220143624451214240
Binary10100011101010010011000111100101001001010010101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30252; }

 p { color: rgb(163,2,82); }

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

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

 a { background-color: rgb(163,2,82); }

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

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

 span { border-color: rgb(163,2,82); }

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