Html Css Color HEX #A11DCA Dark Orchid

📋 copy color: '#A11DCA'

red 161 ◦ green 29 ◦ blue 202

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

Shades of Dark Orchid #A11DCA

Tints of Dark Orchid #A11DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.53%

R = 41.07%
G = 7.4%
B = 51.53%

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

#A11DCA (or 0xA11DCA) is known color: Dark Orchid. HEX triplet: A1, 1D and CA. RGB value is (161,29,202). Sum of RGB (Red+Green+Blue) = 161+29+202=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #A11DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DCA is #5EE235. Grayscale: #575757. Windows color (decimal): -6218294 or 13245857. OLE color: 13245857.

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

Color convert

RGB 161 29 202 -
CMYK 0.20 0.86 0 0.21
HSL 285.78º 0.75% 0.45% -
HSV(B) 285.78º 0.86% 0.79% -
XYZ 25.8 12.72 56.97 -
YUV 88.19 192.23 179.93 -
System Red Green Blue C M Y K H S L
Decimal 161 29 202 0.20 0.86 0 0.21 285.78 0.75 0.45
Hex A1 1D CA 14 56 0 15 11E 4B 2D
Octal 241 35 312 24 126 0 25 436 113 55
Binary 10100001 11101 11001010 10100 1010110 0 10101 100011110 1001011 101101

Color Harmonies of #A11DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11DCA

Black with #A11DCA

Text Example


Text Example

White with #A11DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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