#A30051

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

Shades of Jazzberry Jam #A30051

Tints of Jazzberry Jam #A30051

Color information

#A30051 (or 0xA30051) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 51. RGB value is (163,0,81). Sum of RGB (Red+Green+Blue) = 163+0+81=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A30051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30051 is #5CFFAE. Grayscale: #393939. Windows color (decimal): -6094767 or 5308579. OLE color: 5308579.

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

Color convert

RGB163081-
CMYK010.500.36
HSL330.18º100%31.96%-
HSV(B)330.18º100%63.92%-
XYZ16.598.388.53-
YUV57.97141202.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=66.80%
G=0%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163081010.500.36330.1810031.96
HexA3051064322414a6420
Octal24301210144624451214440
Binary1010001101010001011001001100101001001010010101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30051; }

 p { color: rgb(163,0,81); }

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

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

 a { background-color: rgb(163,0,81); }

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

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

 span { border-color: rgb(163,0,81); }

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