#A30448

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

Shades of Jazzberry Jam #A30448

Tints of Jazzberry Jam #A30448

Color information

#A30448 (or 0xA30448) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 04 and 48. RGB value is (163,4,72). Sum of RGB (Red+Green+Blue) = 163+4+72=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A30448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30448 is #5CFBB7. Grayscale: #3B3B3B. Windows color (decimal): -6093752 or 4719779. OLE color: 4719779.

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

Color convert

RGB163472-
CMYK00.980.560.36
HSL334.34º95.21%32.75%-
HSV(B)334.34º97.55%63.92%-
XYZ16.328.346.88-
YUV59.29135.18201.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.20%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=68.20%
G=1.67%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16347200.980.560.36334.3495.2132.75
HexA3448062382414e5f21
Octal24341100142704451613741
Binary101000111001001000011000101110001001001010011101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30448; }

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

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

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

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

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

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

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

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