#A30263

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

Shades of Jazzberry Jam #A30263

Tints of Jazzberry Jam #A30263

Color information

#A30263 (or 0xA30263) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 02 and 63. RGB value is (163,2,99). Sum of RGB (Red+Green+Blue) = 163+2+99=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A30263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30263 is #5CFD9C. Grayscale: #3C3C3C. Windows color (decimal): -6094237 or 6488739. OLE color: 6488739.

HSL color Cylindrical-coordinate representation of color #A30263: hue angle of 323.85º 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 #A30263 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB163299-
CMYK00.990.390.36
HSL323.85º97.58%32.35%-
HSV(B)323.85º98.77%63.92%-
XYZ17.388.7312.57-
YUV61.2149.34200.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.74%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=61.74%
G=0.76%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16329900.990.390.36323.8597.5832.35
HexA326306327241446220
Octal24321430143474450414240
Binary10100011101100011011000111001111001001010001001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30263; }

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

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

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

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

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

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

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

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