#A30854

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

Shades of Jazzberry Jam #A30854

Tints of Jazzberry Jam #A30854

Color information

#A30854 (or 0xA30854) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 08 and 54. RGB value is (163,8,84). Sum of RGB (Red+Green+Blue) = 163+8+84=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A30854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30854 is #5CF7AB. Grayscale: #3E3E3E. Windows color (decimal): -6092716 or 5507235. OLE color: 5507235.

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

Color convert

RGB163884-
CMYK00.950.480.36
HSL330.58º90.64%33.53%-
HSV(B)330.58º95.09%63.92%-
XYZ16.798.69.16-
YUV63.01139.85199.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.92%
GREEN value IS 8 (3.52% from 255) = 3.14%
BLUE value IS 84 (33.20% from 255) = 32.94%
R=63.92%
G=3.14%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16388400.950.480.36330.5890.6433.53
HexA385405F302414b5b22
Octal243101240137604451313342
Binary1010001110001010100010111111100001001001010010111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30854; }

 p { color: rgb(163,8,84); }

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

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

 a { background-color: rgb(163,8,84); }

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

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

 span { border-color: rgb(163,8,84); }

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