#A02194

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

Shades of Dark Purple #A02194

Tints of Dark Purple #A02194

Color information

#A02194 (or 0xA02194) is unknown color: approx Dark Purple. HEX triplet: A0, 21 and 94. RGB value is (160,33,148). Sum of RGB (Red+Green+Blue) = 160+33+148=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A02194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02194 is #5FDE6B. Grayscale: #535353. Windows color (decimal): -6282860 or 9707936. OLE color: 9707936.

HSL color Cylindrical-coordinate representation of color #A02194: hue angle of 305.67º 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 #A02194 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB16033148-
CMYK00.790.070.37
HSL305.67º65.8%37.84%-
HSV(B)305.67º79.37%62.75%-
XYZ20.3910.729.01-
YUV84.08164.08182.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 33 (13.28% from 255) = 9.68%
BLUE value IS 148 (58.20% from 255) = 43.40%
R=46.92%
G=9.68%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603314800.790.070.37305.6765.837.84
HexA0219404F7251324226
Octal24041224011774546210246
Binary1010000010000110010100010011111111001011001100101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02194; }

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

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

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

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

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

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

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

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