#A30463

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

Shades of Jazzberry Jam #A30463

Tints of Jazzberry Jam #A30463

Color information

#A30463 (or 0xA30463) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 04 and 63. RGB value is (163,4,99). Sum of RGB (Red+Green+Blue) = 163+4+99=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A30463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30463 is #5CFB9C. Grayscale: #3E3E3E. Windows color (decimal): -6093725 or 6489251. OLE color: 6489251.

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

Color convert

RGB163499-
CMYK00.980.390.36
HSL324.15º95.21%32.75%-
HSV(B)324.15º97.55%63.92%-
XYZ17.48.7712.58-
YUV62.37148.68199.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.28%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=61.28%
G=1.50%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16349900.980.390.36324.1595.2132.75
HexA346306227241445f21
Octal24341430142474450413741
Binary101000111001100011011000101001111001001010001001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30463; }

 p { color: rgb(163,4,99); }

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

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

 a { background-color: rgb(163,4,99); }

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

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

 span { border-color: rgb(163,4,99); }

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