Html Css Color HEX #A01DCE Dark Orchid

📋 copy color: '#A01DCE'

red 160 ◦ green 29 ◦ blue 206

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

Shades of Dark Orchid #A01DCE

Tints of Dark Orchid #A01DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 40.51%
G = 7.34%
B = 52.15%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A01DCE (or 0xA01DCE) is known color: Dark Orchid. HEX triplet: A0, 1D and CE. RGB value is (160,29,206). Sum of RGB (Red+Green+Blue) = 160+29+206=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #A01DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DCE is #5FE231. Grayscale: #575757. Windows color (decimal): -6283826 or 13508000. OLE color: 13508000.

HSL color Cylindrical-coordinate representation of color #A01DCE: hue angle of 284.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01DCE is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 29 206 -
CMYK 0.22 0.86 0 0.19
HSL 284.41º 0.75% 0.46% -
HSV(B) 284.41º 0.86% 0.81% -
XYZ 26.08 12.81 59.49 -
YUV 88.35 194.4 179.11 -
System Red Green Blue C M Y K H S L
Decimal 160 29 206 0.22 0.86 0 0.19 284.41 0.75 0.46
Hex A0 1D CE 16 56 0 13 11C 4B 2E
Octal 240 35 316 26 126 0 23 434 113 56
Binary 10100000 11101 11001110 10110 1010110 0 10011 100011100 1001011 101110

Color Harmonies of #A01DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DCE

Black with #A01DCE

Text Example


Text Example

White with #A01DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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