#A21A5A

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

Shades of Jazzberry Jam #A21A5A

Tints of Jazzberry Jam #A21A5A

Color information

#A21A5A (or 0xA21A5A) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1A and 5A. RGB value is (162,26,90). Sum of RGB (Red+Green+Blue) = 162+26+90=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A5A is #5DE5A5. Grayscale: #494949. Windows color (decimal): -6153638 or 5905058. OLE color: 5905058.

HSL color Cylindrical-coordinate representation of color #A21A5A: hue angle of 331.76º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A5A is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1622690-
CMYK00.840.440.36
HSL331.76º72.34%36.86%-
HSV(B)331.76º83.95%63.53%-
XYZ17.129.1610.54-
YUV73.96137.06190.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.27%
GREEN value IS 26 (10.55% from 255) = 9.35%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=58.27%
G=9.35%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162269000.840.440.36331.7672.3436.86
HexA21A5A0542C2414c4825
Octal242321320124544451411045
Binary10100010110101011010010101001011001001001010011001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A5A; }

 p { color: rgb(162,26,90); }

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

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

 a { background-color: rgb(162,26,90); }

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

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

 span { border-color: rgb(162,26,90); }

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