#A3004A

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

Shades of Jazzberry Jam #A3004A

Tints of Jazzberry Jam #A3004A

Color information

#A3004A (or 0xA3004A) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 4A. RGB value is (163,0,74). Sum of RGB (Red+Green+Blue) = 163+0+74=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A3004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3004A is #5CFFB5. Grayscale: #393939. Windows color (decimal): -6094774 or 4849827. OLE color: 4849827.

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

Color convert

RGB163074-
CMYK010.550.36
HSL332.76º100%31.96%-
HSV(B)332.76º100%63.92%-
XYZ16.348.287.22-
YUV57.17137.5203.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=68.78%
G=0%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163074010.550.36332.7610031.96
HexA304A064372414d6420
Octal24301120144674451514440
Binary1010001101001010011001001101111001001010011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3004A; }

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

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

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

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

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

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

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

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