#A30052

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

Shades of Jazzberry Jam #A30052

Tints of Jazzberry Jam #A30052

Color information

#A30052 (or 0xA30052) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 52. RGB value is (163,0,82). Sum of RGB (Red+Green+Blue) = 163+0+82=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A30052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30052 is #5CFFAD. Grayscale: #393939. Windows color (decimal): -6094766 or 5374115. OLE color: 5374115.

HSL color Cylindrical-coordinate representation of color #A30052: hue angle of 329.82º 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 #A30052 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB163082-
CMYK010.500.36
HSL329.82º100%31.96%-
HSV(B)329.82º100%63.92%-
XYZ16.638.48.73-
YUV58.08141.5202.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=66.53%
G=0%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163082010.500.36329.8210031.96
HexA3052064322414a6420
Octal24301220144624451214440
Binary1010001101010010011001001100101001001010010101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30052; }

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

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

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

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

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

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

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

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