Html Css Color HEX #A11DBE Dark Orchid

📋 copy color: '#A11DBE'

red 161 ◦ green 29 ◦ blue 190

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

Shades of Dark Orchid #A11DBE

Tints of Dark Orchid #A11DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 42.37%
G = 7.63%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A11DBE (or 0xA11DBE) is known color: Dark Orchid. HEX triplet: A1, 1D and BE. RGB value is (161,29,190). Sum of RGB (Red+Green+Blue) = 161+29+190=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #A11DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DBE is #5EE241. Grayscale: #565656. Windows color (decimal): -6218306 or 12459425. OLE color: 12459425.

HSL color Cylindrical-coordinate representation of color #A11DBE: hue angle of 289.19º 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 #A11DBE is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 29 190 -
CMYK 0.15 0.85 0 0.25
HSL 289.19º 0.74% 0.43% -
HSV(B) 289.19º 0.85% 0.75% -
XYZ 24.43 12.17 49.78 -
YUV 86.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 161 29 190 0.15 0.85 0 0.25 289.19 0.74 0.43
Hex A1 1D BE F 55 0 19 121 4A 2B
Octal 241 35 276 17 125 0 31 441 112 53
Binary 10100001 11101 10111110 1111 1010101 0 11001 100100001 1001010 101011

Color Harmonies of #A11DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11DBE

Black with #A11DBE

Text Example


Text Example

White with #A11DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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