Html Css Color HEX #A11DAD Dark Orchid

📋 copy color: '#A11DAD'

red 161 ◦ green 29 ◦ blue 173

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

Shades of Dark Orchid #A11DAD

Tints of Dark Orchid #A11DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 44.35%
G = 7.99%
B = 47.66%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A11DAD (or 0xA11DAD) is known color: Dark Orchid. HEX triplet: A1, 1D and AD. RGB value is (161,29,173). Sum of RGB (Red+Green+Blue) = 161+29+173=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #A11DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11DAD is #5EE252. Grayscale: #545454. Windows color (decimal): -6218323 or 11345313. OLE color: 11345313.

HSL color Cylindrical-coordinate representation of color #A11DAD: hue angle of 295º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11DAD is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 29 173 -
CMYK 0.07 0.83 0 0.32
HSL 295º 0.71% 0.4% -
HSV(B) 295º 0.83% 0.68% -
XYZ 22.68 11.47 40.55 -
YUV 84.88 177.73 182.29 -
System Red Green Blue C M Y K H S L
Decimal 161 29 173 0.07 0.83 0 0.32 295 0.71 0.4
Hex A1 1D AD 7 53 0 20 127 47 28
Octal 241 35 255 7 123 0 40 447 107 50
Binary 10100001 11101 10101101 111 1010011 0 100000 100100111 1000111 101000

Color Harmonies of #A11DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11DAD

Black with #A11DAD

Text Example


Text Example

White with #A11DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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