#A30C56

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

Shades of Jazzberry Jam #A30C56

Tints of Jazzberry Jam #A30C56

Color information

#A30C56 (or 0xA30C56) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 0C and 56. RGB value is (163,12,86). Sum of RGB (Red+Green+Blue) = 163+12+86=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A30C56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30C56 is #5CF3A9. Grayscale: #414141. Windows color (decimal): -6091690 or 5639331. OLE color: 5639331.

HSL color Cylindrical-coordinate representation of color #A30C56: hue angle of 330.6º degrees, saturation: 0.86, 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 #A30C56 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1631286-
CMYK00.930.470.36
HSL330.6º86.29%34.31%-
HSV(B)330.6º92.64%63.92%-
XYZ16.928.729.6-
YUV65.58139.53197.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.45%
GREEN value IS 12 (5.08% from 255) = 4.60%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=62.45%
G=4.60%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163128600.930.470.36330.686.2934.31
HexA3C5605D2F2414b5622
Octal243141260135574451312642
Binary1010001111001010110010111011011111001001010010111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30C56; }

 p { color: rgb(163,12,86); }

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

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

 a { background-color: rgb(163,12,86); }

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

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

 span { border-color: rgb(163,12,86); }

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