#A21854

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

Shades of Jazzberry Jam #A21854

Tints of Jazzberry Jam #A21854

Color information

#A21854 (or 0xA21854) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 18 and 54. RGB value is (162,24,84). Sum of RGB (Red+Green+Blue) = 162+24+84=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A21854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21854 is #5DE7AB. Grayscale: #484848. Windows color (decimal): -6154156 or 5511330. OLE color: 5511330.

HSL color Cylindrical-coordinate representation of color #A21854: hue angle of 333.91º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21854 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1622484-
CMYK00.850.480.36
HSL333.91º74.19%36.47%-
HSV(B)333.91º85.19%63.53%-
XYZ16.838.979.23-
YUV72.1134.72192.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 84 (33.20% from 255) = 31.11%
R=60%
G=8.89%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162248400.850.480.36333.9174.1936.47
HexA21854055302414e4a24
Octal242301240125604451611244
Binary10100010110001010100010101011100001001001010011101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21854; }

 p { color: rgb(162,24,84); }

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

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

 a { background-color: rgb(162,24,84); }

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

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

 span { border-color: rgb(162,24,84); }

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