#A3005A

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

Shades of Jazzberry Jam #A3005A

Tints of Jazzberry Jam #A3005A

Color information

#A3005A (or 0xA3005A) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 5A. RGB value is (163,0,90). Sum of RGB (Red+Green+Blue) = 163+0+90=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A3005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3005A is #5CFFA5. Grayscale: #3A3A3A. Windows color (decimal): -6094758 or 5898403. OLE color: 5898403.

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

Color convert

RGB163090-
CMYK010.450.36
HSL326.87º100%31.96%-
HSV(B)326.87º100%63.92%-
XYZ16.958.5210.42-
YUV59145.5202.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=64.43%
G=0%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163090010.450.36326.8710031.96
HexA305A0642D241476420
Octal24301320144554450714440
Binary1010001101011010011001001011011001001010001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3005A; }

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

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

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

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

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

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

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

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