Html Css Color HEX #A01DAE Dark Orchid

📋 copy color: '#A01DAE'

red 160 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #A01DAE

Tints of Dark Orchid #A01DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.99%

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

R = 44.08%
G = 7.99%
B = 47.93%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A01DAE (or 0xA01DAE) is known color: Dark Orchid. HEX triplet: A0, 1D and AE. RGB value is (160,29,174). Sum of RGB (Red+Green+Blue) = 160+29+174=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #A01DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01DAE is #5FE251. Grayscale: #545454. Windows color (decimal): -6283858 or 11410848. OLE color: 11410848.

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

Color convert

RGB 160 29 174 -
CMYK 0.08 0.83 0 0.32
HSL 294.21º 0.71% 0.4% -
HSV(B) 294.21º 0.83% 0.68% -
XYZ 22.58 11.41 41.06 -
YUV 84.7 178.4 181.71 -
System Red Green Blue C M Y K H S L
Decimal 160 29 174 0.08 0.83 0 0.32 294.21 0.71 0.4
Hex A0 1D AE 8 53 0 20 126 47 28
Octal 240 35 256 10 123 0 40 446 107 50
Binary 10100000 11101 10101110 1000 1010011 0 100000 100100110 1000111 101000

Color Harmonies of #A01DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DAE

Black with #A01DAE

Text Example


Text Example

White with #A01DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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