#A21E6E

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

Shades of Jazzberry Jam #A21E6E

Tints of Jazzberry Jam #A21E6E

Color information

#A21E6E (or 0xA21E6E) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1E and 6E. RGB value is (162,30,110). Sum of RGB (Red+Green+Blue) = 162+30+110=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21E6E is #5DE191. Grayscale: #4E4E4E. Windows color (decimal): -6152594 or 7216802. OLE color: 7216802.

HSL color Cylindrical-coordinate representation of color #A21E6E: hue angle of 323.64º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21E6E is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16230110-
CMYK00.810.320.36
HSL323.64º68.75%37.65%-
HSV(B)323.64º81.48%63.53%-
XYZ18.189.7415.67-
YUV78.59145.73187.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.64%
GREEN value IS 30 (12.11% from 255) = 9.93%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=53.64%
G=9.93%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623011000.810.320.36323.6468.7537.65
HexA21E6E05120241444526
Octal242361560121404450410546
Binary10100010111101101110010100011000001001001010001001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21E6E; }

 p { color: rgb(162,30,110); }

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

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

 a { background-color: rgb(162,30,110); }

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

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

 span { border-color: rgb(162,30,110); }

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