Html Css Color HEX #A022AD Dark Orchid

📋 copy color: '#A022AD'

red 160 ◦ green 34 ◦ blue 173

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

Shades of Dark Orchid #A022AD

Tints of Dark Orchid #A022AD

RGB

 RED value IS 160 (62.89% from 255) = 43.6%

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

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

R = 43.6%
G = 9.26%
B = 47.14%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A022AD (or 0xA022AD) is known color: Dark Orchid. HEX triplet: A0, 22 and AD. RGB value is (160,34,173). Sum of RGB (Red+Green+Blue) = 160+34+173=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #A022AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A022AD is #5FDD52. Grayscale: #575757. Windows color (decimal): -6282579 or 11346592. OLE color: 11346592.

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

Color convert

RGB 160 34 173 -
CMYK 0.08 0.80 0 0.32
HSL 294.39º 0.67% 0.41% -
HSV(B) 294.39º 0.8% 0.68% -
XYZ 22.61 11.63 40.59 -
YUV 87.52 176.24 179.7 -
System Red Green Blue C M Y K H S L
Decimal 160 34 173 0.08 0.80 0 0.32 294.39 0.67 0.41
Hex A0 22 AD 8 50 0 20 126 43 29
Octal 240 42 255 10 120 0 40 446 103 51
Binary 10100000 100010 10101101 1000 1010000 0 100000 100100110 1000011 101001

Color Harmonies of #A022AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A022AD

Black with #A022AD

Text Example


Text Example

White with #A022AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A022AD; }

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

 H1.HeaderClassName
 {
   color: #A022AD;
 }
 .AnyTagClassName
 {
   color: #A022AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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