#A822AD

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

Shades of Dark Orchid #A822AD

Tints of Dark Orchid #A822AD

Color information

#A822AD (or 0xA822AD) is unknown color: approx Dark Orchid. HEX triplet: A8, 22 and AD. RGB value is (168,34,173). Sum of RGB (Red+Green+Blue) = 168+34+173=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #A822AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A822AD is #57DD52. Grayscale: #595959. Windows color (decimal): -5758291 or 11346600. OLE color: 11346600.

HSL color Cylindrical-coordinate representation of color #A822AD: hue angle of 297.84º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A822AD is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16834173-
CMYK0.030.8000.32
HSL297.84º67.15%40.59%-
HSV(B)297.84º80.35%67.84%-
XYZ24.2612.4940.67-
YUV89.91174.89183.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 34 (13.67% from 255) = 9.07%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=44.8%
G=9.07%
B=46.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168341730.030.8000.32297.8467.1540.59
HexA822AD35002012a4329
Octal25042255312004045210351
Binary101010001000101010110111101000001000001001010101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A822AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A822AD; }

 p { color: rgb(168,34,173); }

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

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

 a { background-color: rgb(168,34,173); }

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

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

 span { border-color: rgb(168,34,173); }

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