Html Css Color HEX #A01DCC Dark Orchid

📋 copy color: '#A01DCC'

red 160 ◦ green 29 ◦ blue 204

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

Shades of Dark Orchid #A01DCC

Tints of Dark Orchid #A01DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 40.71%
G = 7.38%
B = 51.91%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A01DCC (or 0xA01DCC) is known color: Dark Orchid. HEX triplet: A0, 1D and CC. RGB value is (160,29,204). Sum of RGB (Red+Green+Blue) = 160+29+204=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #A01DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DCC is #5FE233. Grayscale: #575757. Windows color (decimal): -6283828 or 13376928. OLE color: 13376928.

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

Color convert

RGB 160 29 204 -
CMYK 0.22 0.86 0 0.2
HSL 284.91º 0.75% 0.46% -
HSV(B) 284.91º 0.86% 0.8% -
XYZ 25.84 12.71 58.22 -
YUV 88.12 193.4 179.27 -
System Red Green Blue C M Y K H S L
Decimal 160 29 204 0.22 0.86 0 0.2 284.91 0.75 0.46
Hex A0 1D CC 16 56 0 14 11D 4B 2E
Octal 240 35 314 26 126 0 24 435 113 56
Binary 10100000 11101 11001100 10110 1010110 0 10100 100011101 1001011 101110

Color Harmonies of #A01DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DCC

Black with #A01DCC

Text Example


Text Example

White with #A01DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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