Html Css Color HEX #A11DCD Dark Orchid

📋 copy color: '#A11DCD'

red 161 ◦ green 29 ◦ blue 205

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

Shades of Dark Orchid #A11DCD

Tints of Dark Orchid #A11DCD

RGB

 RED value IS 161 (63.28% from 255) = 40.76%

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 40.76%
G = 7.34%
B = 51.9%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A11DCD (or 0xA11DCD) is known color: Dark Orchid. HEX triplet: A1, 1D and CD. RGB value is (161,29,205). Sum of RGB (Red+Green+Blue) = 161+29+205=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #A11DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DCD is #5EE232. Grayscale: #575757. Windows color (decimal): -6218291 or 13442465. OLE color: 13442465.

HSL color Cylindrical-coordinate representation of color #A11DCD: hue angle of 285º 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 #A11DCD is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 29 205 -
CMYK 0.21 0.86 0 0.20
HSL 285º 0.75% 0.46% -
HSV(B) 285º 0.86% 0.8% -
XYZ 26.16 12.86 58.86 -
YUV 88.53 193.73 179.69 -
System Red Green Blue C M Y K H S L
Decimal 161 29 205 0.21 0.86 0 0.20 285 0.75 0.46
Hex A1 1D CD 15 56 0 14 11D 4B 2E
Octal 241 35 315 25 126 0 24 435 113 56
Binary 10100001 11101 11001101 10101 1010110 0 10100 100011101 1001011 101110

Color Harmonies of #A11DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11DCD

Black with #A11DCD

Text Example


Text Example

White with #A11DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11DCD; }

 p { color: rgb(161,29,205); }

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

background-color css

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

 a { background-color: rgb(161,29,205); }

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

border-color css

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

 span { border-color: rgb(161,29,205); }

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