Html Css Color HEX #A021AE Dark Orchid

📋 copy color: '#A021AE'

red 160 ◦ green 33 ◦ blue 174

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

Shades of Dark Orchid #A021AE

Tints of Dark Orchid #A021AE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.99%

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

R = 43.6%
G = 8.99%
B = 47.41%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A021AE (or 0xA021AE) is known color: Dark Orchid. HEX triplet: A0, 21 and AE. RGB value is (160,33,174). Sum of RGB (Red+Green+Blue) = 160+33+174=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #A021AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A021AE is #5FDE51. Grayscale: #565656. Windows color (decimal): -6282834 or 11411872. OLE color: 11411872.

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

Color convert

RGB 160 33 174 -
CMYK 0.08 0.81 0 0.32
HSL 294.04º 0.68% 0.41% -
HSV(B) 294.04º 0.81% 0.68% -
XYZ 22.68 11.62 41.09 -
YUV 87.05 177.08 180.04 -
System Red Green Blue C M Y K H S L
Decimal 160 33 174 0.08 0.81 0 0.32 294.04 0.68 0.41
Hex A0 21 AE 8 51 0 20 126 44 29
Octal 240 41 256 10 121 0 40 446 104 51
Binary 10100000 100001 10101110 1000 1010001 0 100000 100100110 1000100 101001

Color Harmonies of #A021AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021AE

Black with #A021AE

Text Example


Text Example

White with #A021AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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