#A21F6A

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

Shades of Jazzberry Jam #A21F6A

Tints of Jazzberry Jam #A21F6A

Color information

#A21F6A (or 0xA21F6A) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1F and 6A. RGB value is (162,31,106). Sum of RGB (Red+Green+Blue) = 162+31+106=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21F6A is #5DE095. Grayscale: #4E4E4E. Windows color (decimal): -6152342 or 6954914. OLE color: 6954914.

HSL color Cylindrical-coordinate representation of color #A21F6A: hue angle of 325.65º degrees, saturation: 0.68, 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 #A21F6A is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16231106-
CMYK00.810.350.36
HSL325.65º67.88%37.84%-
HSV(B)325.65º80.86%63.53%-
XYZ17.999.714.56-
YUV78.72143.4187.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.18%
GREEN value IS 31 (12.5% from 255) = 10.37%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=54.18%
G=10.37%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623110600.810.350.36325.6567.8837.84
HexA21F6A05123241464426
Octal242371520121434450610446
Binary10100010111111101010010100011000111001001010001101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21F6A; }

 p { color: rgb(162,31,106); }

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

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

 a { background-color: rgb(162,31,106); }

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

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

 span { border-color: rgb(162,31,106); }

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