#A30B62

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

Shades of Jazzberry Jam #A30B62

Tints of Jazzberry Jam #A30B62

Color information

#A30B62 (or 0xA30B62) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 0B and 62. RGB value is (163,11,98). Sum of RGB (Red+Green+Blue) = 163+11+98=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A30B62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30B62 is #5CF49D. Grayscale: #424242. Windows color (decimal): -6091934 or 6425507. OLE color: 6425507.

HSL color Cylindrical-coordinate representation of color #A30B62: hue angle of 325.66º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30B62 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1631198-
CMYK00.930.400.36
HSL325.66º87.36%34.12%-
HSV(B)325.66º93.25%63.92%-
XYZ17.438.9112.36-
YUV66.37145.86196.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.93%
GREEN value IS 11 (4.69% from 255) = 4.04%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=59.93%
G=4.04%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163119800.930.400.36325.6687.3634.12
HexA3B6205D28241465722
Octal243131420135504450612742
Binary1010001110111100010010111011010001001001010001101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30B62; }

 p { color: rgb(163,11,98); }

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

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

 a { background-color: rgb(163,11,98); }

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

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

 span { border-color: rgb(163,11,98); }

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