Html Css Color HEX #A11DBF Dark Orchid

📋 copy color: '#A11DBF'

red 161 ◦ green 29 ◦ blue 191

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

Shades of Dark Orchid #A11DBF

Tints of Dark Orchid #A11DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.13%

R = 42.26%
G = 7.61%
B = 50.13%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A11DBF (or 0xA11DBF) is known color: Dark Orchid. HEX triplet: A1, 1D and BF. RGB value is (161,29,191). Sum of RGB (Red+Green+Blue) = 161+29+191=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #A11DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DBF is #5EE240. Grayscale: #565656. Windows color (decimal): -6218305 or 12524961. OLE color: 12524961.

HSL color Cylindrical-coordinate representation of color #A11DBF: hue angle of 288.89º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11DBF is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 29 191 -
CMYK 0.16 0.85 0 0.25
HSL 288.89º 0.74% 0.43% -
HSV(B) 288.89º 0.85% 0.75% -
XYZ 24.54 12.22 50.35 -
YUV 86.94 186.73 180.83 -
System Red Green Blue C M Y K H S L
Decimal 161 29 191 0.16 0.85 0 0.25 288.89 0.74 0.43
Hex A1 1D BF 10 55 0 19 121 4A 2B
Octal 241 35 277 20 125 0 31 441 112 53
Binary 10100001 11101 10111111 10000 1010101 0 11001 100100001 1001010 101011

Color Harmonies of #A11DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11DBF

Black with #A11DBF

Text Example


Text Example

White with #A11DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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