Html Css Color HEX #A622AD Dark Orchid

📋 copy color: '#A622AD'

red 166 ◦ green 34 ◦ blue 173

#A622AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A622AD

Tints of Dark Orchid #A622AD

RGB

 RED value IS 166 (65.23% from 255) = 44.5%

 GREEN value IS 34 (13.67% from 255) = 9.12%

 BLUE value IS 173 (67.97% from 255) = 46.38%

R = 44.5%
G = 9.12%
B = 46.38%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A622AD (or 0xA622AD) is known color: 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

RGB 166 34 173 -
CMYK 0.04 0.80 0 0.32
HSL 296.98º 0.67% 0.41% -
HSV(B) 296.98º 0.8% 0.68% -
XYZ 23.84 12.27 40.65 -
YUV 89.31 175.23 182.7 -
System Red Green Blue C M Y K H S L
Decimal 166 34 173 0.04 0.80 0 0.32 296.98 0.67 0.41
Hex A6 22 AD 4 50 0 20 129 43 29
Octal 246 42 255 4 120 0 40 451 103 51
Binary 10100110 100010 10101101 100 1010000 0 100000 100101001 1000011 101001

Color Harmonies of #A622AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A622AD

Black with #A622AD

Text Example


Text Example

White with #A622AD

Text Example


Text Example

HTML Codes & Css Web 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>