Html Css Color HEX #A020AE Dark Orchid

📋 copy color: '#A020AE'

red 160 ◦ green 32 ◦ blue 174

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

Shades of Dark Orchid #A020AE

Tints of Dark Orchid #A020AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.54%

R = 43.72%
G = 8.74%
B = 47.54%

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

#A020AE (or 0xA020AE) is known color: Dark Orchid. HEX triplet: A0, 20 and AE. RGB value is (160,32,174). Sum of RGB (Red+Green+Blue) = 160+32+174=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #A020AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A020AE is #5FDF51. Grayscale: #565656. Windows color (decimal): -6283090 or 11411616. OLE color: 11411616.

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

Color convert

RGB 160 32 174 -
CMYK 0.08 0.82 0 0.32
HSL 294.08º 0.69% 0.4% -
HSV(B) 294.08º 0.82% 0.68% -
XYZ 22.65 11.56 41.08 -
YUV 86.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 160 32 174 0.08 0.82 0 0.32 294.08 0.69 0.4
Hex A0 20 AE 8 52 0 20 126 45 28
Octal 240 40 256 10 122 0 40 446 105 50
Binary 10100000 100000 10101110 1000 1010010 0 100000 100100110 1000101 101000

Color Harmonies of #A020AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020AE

Black with #A020AE

Text Example


Text Example

White with #A020AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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