#A0207D

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

Shades of Dark Purple #A0207D

Tints of Dark Purple #A0207D

Color information

#A0207D (or 0xA0207D) is unknown color: approx Dark Purple. HEX triplet: A0, 20 and 7D. RGB value is (160,32,125). Sum of RGB (Red+Green+Blue) = 160+32+125=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0207D is #5FDF82. Grayscale: #505050. Windows color (decimal): -6283139 or 8200352. OLE color: 8200352.

HSL color Cylindrical-coordinate representation of color #A0207D: hue angle of 316.41º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0207D is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16032125-
CMYK00.800.220.37
HSL316.41º66.67%37.65%-
HSV(B)316.41º80%62.75%-
XYZ18.729.9920.34-
YUV80.87152.91184.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 32 (12.89% from 255) = 10.09%
BLUE value IS 125 (49.22% from 255) = 39.43%
R=50.47%
G=10.09%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603212500.800.220.37316.4166.6737.65
HexA0207D050162513c4326
Octal240401750120264547410346
Binary10100000100000111110101010000101101001011001111001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0207D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0207D; }

 p { color: rgb(160,32,125); }

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

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

 a { background-color: rgb(160,32,125); }

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

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

 span { border-color: rgb(160,32,125); }

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