#A40B54

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

Shades of Jazzberry Jam #A40B54

Tints of Jazzberry Jam #A40B54

Color information

#A40B54 (or 0xA40B54) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 0B and 54. RGB value is (164,11,84). Sum of RGB (Red+Green+Blue) = 164+11+84=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40B54 is #5BF4AB. Grayscale: #404040. Windows color (decimal): -6026412 or 5508004. OLE color: 5508004.

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

Color convert

RGB1641184-
CMYK00.930.490.36
HSL331.37º87.43%34.31%-
HSV(B)331.37º93.29%64.31%-
XYZ17.038.779.18-
YUV65.07138.69198.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.32%
GREEN value IS 11 (4.69% from 255) = 4.25%
BLUE value IS 84 (33.20% from 255) = 32.43%
R=63.32%
G=4.25%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164118400.930.490.36331.3787.4334.31
HexA4B5405D312414b5722
Octal244131240135614451312742
Binary1010010010111010100010111011100011001001010010111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40B54; }

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

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

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

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

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

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

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

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