#A30446

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

Shades of Jazzberry Jam #A30446

Tints of Jazzberry Jam #A30446

Color information

#A30446 (or 0xA30446) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 04 and 46. RGB value is (163,4,70). Sum of RGB (Red+Green+Blue) = 163+4+70=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A30446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30446 is #5CFBB9. Grayscale: #3A3A3A. Windows color (decimal): -6093754 or 4588707. OLE color: 4588707.

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

Color convert

RGB163470-
CMYK00.980.570.36
HSL335.09º95.21%32.75%-
HSV(B)335.09º97.55%63.92%-
XYZ16.258.326.54-
YUV59.06134.18202.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.78%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=68.78%
G=1.69%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16347000.980.570.36335.0995.2132.75
HexA3446062392414f5f21
Octal24341060142714451713741
Binary101000111001000110011000101110011001001010011111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30446; }

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

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

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

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

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

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

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

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