#A30464

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

Shades of Jazzberry Jam #A30464

Tints of Jazzberry Jam #A30464

Color information

#A30464 (or 0xA30464) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 04 and 64. RGB value is (163,4,100). Sum of RGB (Red+Green+Blue) = 163+4+100=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A30464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30464 is #5CFB9B. Grayscale: #3E3E3E. Windows color (decimal): -6093724 or 6554787. OLE color: 6554787.

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

Color convert

RGB1634100-
CMYK00.980.390.36
HSL323.77º95.21%32.75%-
HSV(B)323.77º97.55%63.92%-
XYZ17.458.7912.83-
YUV62.48149.18199.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.05%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=61.05%
G=1.50%
B=37.45%

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
Decimal163410000.980.390.36323.7795.2132.75
HexA346406227241445f21
Octal24341440142474450413741
Binary101000111001100100011000101001111001001010001001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30464; }

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

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

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

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

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

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

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

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