#A02198

Color #A02198 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A02198

Tints of Dark Purple #A02198

Color information

#A02198 (or 0xA02198) is unknown color: approx Dark Purple. HEX triplet: A0, 21 and 98. RGB value is (160,33,152). Sum of RGB (Red+Green+Blue) = 160+33+152=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A02198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02198 is #5FDE67. Grayscale: #545454. Windows color (decimal): -6282856 or 9970080. OLE color: 9970080.

HSL color Cylindrical-coordinate representation of color #A02198: hue angle of 303.78º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02198 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB16033152-
CMYK00.790.050.37
HSL303.78º65.8%37.84%-
HSV(B)303.78º79.37%62.75%-
XYZ20.7110.8330.7-
YUV84.54166.08181.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 33 (13.28% from 255) = 9.57%
BLUE value IS 152 (59.77% from 255) = 44.06%
R=46.38%
G=9.57%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603315200.790.050.37303.7865.837.84
HexA0219804F5251304226
Octal24041230011754546010246
Binary1010000010000110011000010011111011001011001100001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02198; }

 p { color: rgb(160,33,152); }

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

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

 a { background-color: rgb(160,33,152); }

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

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

 span { border-color: rgb(160,33,152); }

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