#A720AB

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

Shades of Dark Orchid #A720AB

Tints of Dark Orchid #A720AB

Color information

#A720AB (or 0xA720AB) is unknown color: approx Dark Orchid. HEX triplet: A7, 20 and AB. RGB value is (167,32,171). Sum of RGB (Red+Green+Blue) = 167+32+171=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #A720AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A720AB is #58DF54. Grayscale: #575757. Windows color (decimal): -5824341 or 11215015. OLE color: 11215015.

HSL color Cylindrical-coordinate representation of color #A720AB: hue angle of 298.27º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A720AB is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16732171-
CMYK0.020.8100.33
HSL298.27º68.47%39.8%-
HSV(B)298.27º81.29%67.06%-
XYZ23.812.1939.63-
YUV88.21174.73184.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 32 (12.89% from 255) = 8.65%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=45.14%
G=8.65%
B=46.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167321710.020.8100.33298.2768.4739.8
HexA720AB25102112a4428
Octal24740253212104145210450
Binary101001111000001010101110101000101000011001010101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A720AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A720AB; }

 p { color: rgb(167,32,171); }

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

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

 a { background-color: rgb(167,32,171); }

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

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

 span { border-color: rgb(167,32,171); }

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