#A40B5A

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

Shades of Jazzberry Jam #A40B5A

Tints of Jazzberry Jam #A40B5A

Color information

#A40B5A (or 0xA40B5A) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 0B and 5A. RGB value is (164,11,90). Sum of RGB (Red+Green+Blue) = 164+11+90=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40B5A is #5BF4A5. Grayscale: #414141. Windows color (decimal): -6026406 or 5901220. OLE color: 5901220.

HSL color Cylindrical-coordinate representation of color #A40B5A: hue angle of 329.02º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40B5A is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1641190-
CMYK00.930.450.36
HSL329.02º87.43%34.31%-
HSV(B)329.02º93.29%64.31%-
XYZ17.278.8710.47-
YUV65.75141.69198.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.89%
GREEN value IS 11 (4.69% from 255) = 4.15%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=61.89%
G=4.15%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164119000.930.450.36329.0287.4334.31
HexA4B5A05D2D241495722
Octal244131320135554451112742
Binary1010010010111011010010111011011011001001010010011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40B5A; }

 p { color: rgb(164,11,90); }

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

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

 a { background-color: rgb(164,11,90); }

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

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

 span { border-color: rgb(164,11,90); }

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