Html Css Color HEX #A020AD Dark Orchid

📋 copy color: '#A020AD'

red 160 ◦ green 32 ◦ blue 173

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

Shades of Dark Orchid #A020AD

Tints of Dark Orchid #A020AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

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

R = 43.84%
G = 8.77%
B = 47.4%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A020AD (or 0xA020AD) is known color: Dark Orchid. HEX triplet: A0, 20 and AD. RGB value is (160,32,173). Sum of RGB (Red+Green+Blue) = 160+32+173=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #A020AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A020AD is #5FDF52. Grayscale: #555555. Windows color (decimal): -6283091 or 11346080. OLE color: 11346080.

HSL color Cylindrical-coordinate representation of color #A020AD: hue angle of 294.47º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A020AD is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 32 173 -
CMYK 0.08 0.82 0 0.32
HSL 294.47º 0.69% 0.4% -
HSV(B) 294.47º 0.82% 0.68% -
XYZ 22.56 11.52 40.57 -
YUV 86.35 176.91 180.54 -
System Red Green Blue C M Y K H S L
Decimal 160 32 173 0.08 0.82 0 0.32 294.47 0.69 0.4
Hex A0 20 AD 8 52 0 20 126 45 28
Octal 240 40 255 10 122 0 40 446 105 50
Binary 10100000 100000 10101101 1000 1010010 0 100000 100100110 1000101 101000

Color Harmonies of #A020AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020AD

Black with #A020AD

Text Example


Text Example

White with #A020AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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