Html Css Color HEX #A01DC9 Dark Orchid

📋 copy color: '#A01DC9'

red 160 ◦ green 29 ◦ blue 201

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

Shades of Dark Orchid #A01DC9

Tints of Dark Orchid #A01DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.54%

R = 41.03%
G = 7.44%
B = 51.54%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A01DC9 (or 0xA01DC9) is known color: Dark Orchid. HEX triplet: A0, 1D and C9. RGB value is (160,29,201). Sum of RGB (Red+Green+Blue) = 160+29+201=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #A01DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DC9 is #5FE236. Grayscale: #575757. Windows color (decimal): -6283831 or 13180320. OLE color: 13180320.

HSL color Cylindrical-coordinate representation of color #A01DC9: hue angle of 285.7º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01DC9 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 29 201 -
CMYK 0.20 0.86 0 0.21
HSL 285.7º 0.75% 0.45% -
HSV(B) 285.7º 0.86% 0.79% -
XYZ 25.48 12.57 56.34 -
YUV 87.78 191.9 179.51 -
System Red Green Blue C M Y K H S L
Decimal 160 29 201 0.20 0.86 0 0.21 285.7 0.75 0.45
Hex A0 1D C9 14 56 0 15 11E 4B 2D
Octal 240 35 311 24 126 0 25 436 113 55
Binary 10100000 11101 11001001 10100 1010110 0 10101 100011110 1001011 101101

Color Harmonies of #A01DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DC9

Black with #A01DC9

Text Example


Text Example

White with #A01DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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