#A30D52

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

Shades of Jazzberry Jam #A30D52

Tints of Jazzberry Jam #A30D52

Color information

#A30D52 (or 0xA30D52) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 0D and 52. RGB value is (163,13,82). Sum of RGB (Red+Green+Blue) = 163+13+82=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30D52 is #5CF2AD. Grayscale: #414141. Windows color (decimal): -6091438 or 5377443. OLE color: 5377443.

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

Color convert

RGB1631382-
CMYK00.920.500.36
HSL332.4º85.23%34.51%-
HSV(B)332.4º92.02%63.92%-
XYZ16.778.688.77-
YUV65.72137.2197.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.18%
GREEN value IS 13 (5.47% from 255) = 5.04%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=63.18%
G=5.04%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163138200.920.500.36332.485.2334.51
HexA3D5205C322414c5523
Octal243151220134624451412543
Binary1010001111011010010010111001100101001001010011001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30D52; }

 p { color: rgb(163,13,82); }

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

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

 a { background-color: rgb(163,13,82); }

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

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

 span { border-color: rgb(163,13,82); }

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