#A721AF

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

Shades of Dark Orchid #A721AF

Tints of Dark Orchid #A721AF

Color information

#A721AF (or 0xA721AF) is unknown color: approx Dark Orchid. HEX triplet: A7, 21 and AF. RGB value is (167,33,175). Sum of RGB (Red+Green+Blue) = 167+33+175=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #A721AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A721AF is #58DE50. Grayscale: #585858. Windows color (decimal): -5824081 or 11477415. OLE color: 11477415.

HSL color Cylindrical-coordinate representation of color #A721AF: hue angle of 296.62º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A721AF is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16733175-
CMYK0.050.8100.31
HSL296.62º68.27%40.78%-
HSV(B)296.62º81.14%68.63%-
XYZ24.2212.441.67-
YUV89.25176.39183.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 33 (13.28% from 255) = 8.8%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=44.53%
G=8.8%
B=46.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167331750.050.8100.31296.6268.2740.78
HexA721AF55101F1294429
Octal24741257512103745110451
Binary101001111000011010111110110100010111111001010011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A721AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A721AF; }

 p { color: rgb(167,33,175); }

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

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

 a { background-color: rgb(167,33,175); }

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

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

 span { border-color: rgb(167,33,175); }

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