#A622AD

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

Shades of Dark Orchid #A622AD

Tints of Dark Orchid #A622AD

Color information

#A622AD (or 0xA622AD) is unknown color: approx Dark Orchid. HEX triplet: A6, 22 and AD. RGB value is (166,34,173). Sum of RGB (Red+Green+Blue) = 166+34+173=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #A622AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A622AD is #59DD52. Grayscale: #585858. Windows color (decimal): -5889363 or 11346598. OLE color: 11346598.

HSL color Cylindrical-coordinate representation of color #A622AD: hue angle of 296.98º 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 #A622AD is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16634173-
CMYK0.040.8000.32
HSL296.98º67.15%40.59%-
HSV(B)296.98º80.35%67.84%-
XYZ23.8412.2740.65-
YUV89.31175.23182.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 34 (13.67% from 255) = 9.12%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=44.50%
G=9.12%
B=46.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166341730.040.8000.32296.9867.1540.59
HexA622AD4500201294329
Octal24642255412004045110351
Binary1010011010001010101101100101000001000001001010011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A622AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A622AD; }

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

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

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

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

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

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

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

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