#A30261

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

Shades of Jazzberry Jam #A30261

Tints of Jazzberry Jam #A30261

Color information

#A30261 (or 0xA30261) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 02 and 61. RGB value is (163,2,97). Sum of RGB (Red+Green+Blue) = 163+2+97=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A30261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30261 is #5CFD9E. Grayscale: #3C3C3C. Windows color (decimal): -6094239 or 6357667. OLE color: 6357667.

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

Color convert

RGB163297-
CMYK00.990.400.36
HSL324.6º97.58%32.35%-
HSV(B)324.6º98.77%63.92%-
XYZ17.288.6912.08-
YUV60.97148.34200.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.21%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=62.21%
G=0.76%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16329700.990.400.36324.697.5832.35
HexA326106328241456220
Octal24321410143504450514240
Binary10100011101100001011000111010001001001010001011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30261; }

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

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

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

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

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

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

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

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