Html Css Color HEX #A11DCF Dark Orchid

📋 copy color: '#A11DCF'

red 161 ◦ green 29 ◦ blue 207

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

Shades of Dark Orchid #A11DCF

Tints of Dark Orchid #A11DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 40.55%
G = 7.3%
B = 52.14%

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

#A11DCF (or 0xA11DCF) is known color: Dark Orchid. HEX triplet: A1, 1D and CF. RGB value is (161,29,207). Sum of RGB (Red+Green+Blue) = 161+29+207=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #A11DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DCF is #5EE230. Grayscale: #585858. Windows color (decimal): -6218289 or 13573537. OLE color: 13573537.

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

Color convert

RGB 161 29 207 -
CMYK 0.22 0.86 0 0.19
HSL 284.49º 0.75% 0.46% -
HSV(B) 284.49º 0.86% 0.81% -
XYZ 26.4 12.96 60.14 -
YUV 88.76 194.73 179.53 -
System Red Green Blue C M Y K H S L
Decimal 161 29 207 0.22 0.86 0 0.19 284.49 0.75 0.46
Hex A1 1D CF 16 56 0 13 11C 4B 2E
Octal 241 35 317 26 126 0 23 434 113 56
Binary 10100001 11101 11001111 10110 1010110 0 10011 100011100 1001011 101110

Color Harmonies of #A11DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11DCF

Black with #A11DCF

Text Example


Text Example

White with #A11DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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