#A0045A

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

Shades of Jazzberry Jam #A0045A

Tints of Jazzberry Jam #A0045A

Color information

#A0045A (or 0xA0045A) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 04 and 5A. RGB value is (160,4,90). Sum of RGB (Red+Green+Blue) = 160+4+90=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A0045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0045A is #5FFBA5. Grayscale: #3C3C3C. Windows color (decimal): -6290342 or 5899424. OLE color: 5899424.

HSL color Cylindrical-coordinate representation of color #A0045A: hue angle of 326.92º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0045A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB160490-
CMYK00.980.440.37
HSL326.92º95.12%32.16%-
HSV(B)326.92º97.5%62.75%-
XYZ16.398.310.41-
YUV60.45144.68199.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.99%
GREEN value IS 4 (1.95% from 255) = 1.57%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=62.99%
G=1.57%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16049000.980.440.37326.9295.1232.16
HexA045A0622C251475f20
Octal24041320142544550713740
Binary101000001001011010011000101011001001011010001111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0045A; }

 p { color: rgb(160,4,90); }

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

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

 a { background-color: rgb(160,4,90); }

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

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

 span { border-color: rgb(160,4,90); }

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