Html Css Color HEX #A11DBA Dark Orchid

📋 copy color: '#A11DBA'

red 161 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #A11DBA

Tints of Dark Orchid #A11DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 42.82%
G = 7.71%
B = 49.47%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A11DBA (or 0xA11DBA) is known color: Dark Orchid. HEX triplet: A1, 1D and BA. RGB value is (161,29,186). Sum of RGB (Red+Green+Blue) = 161+29+186=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #A11DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DBA is #5EE245. Grayscale: #555555. Windows color (decimal): -6218310 or 12197281. OLE color: 12197281.

HSL color Cylindrical-coordinate representation of color #A11DBA: hue angle of 290.45º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11DBA is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 29 186 -
CMYK 0.13 0.84 0 0.27
HSL 290.45º 0.73% 0.42% -
HSV(B) 290.45º 0.84% 0.73% -
XYZ 24 12 47.51 -
YUV 86.37 184.23 181.23 -
System Red Green Blue C M Y K H S L
Decimal 161 29 186 0.13 0.84 0 0.27 290.45 0.73 0.42
Hex A1 1D BA D 54 0 1B 122 49 2A
Octal 241 35 272 15 124 0 33 442 111 52
Binary 10100001 11101 10111010 1101 1010100 0 11011 100100010 1001001 101010

Color Harmonies of #A11DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11DBA

Black with #A11DBA

Text Example


Text Example

White with #A11DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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