Html Css Color HEX #A11EB9 Dark Orchid

📋 copy color: '#A11EB9'

red 161 ◦ green 30 ◦ blue 185

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

Shades of Dark Orchid #A11EB9

Tints of Dark Orchid #A11EB9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.98%

 BLUE value IS 185 (72.66% from 255) = 49.2%

R = 42.82%
G = 7.98%
B = 49.2%

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

#A11EB9 (or 0xA11EB9) is known color: Dark Orchid. HEX triplet: A1, 1E and B9. RGB value is (161,30,185). Sum of RGB (Red+Green+Blue) = 161+30+185=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #A11EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11EB9 is #5EE146. Grayscale: #565656. Windows color (decimal): -6218055 or 12132001. OLE color: 12132001.

HSL color Cylindrical-coordinate representation of color #A11EB9: hue angle of 290.71º degrees, saturation: 0.72, 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 #A11EB9 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 30 185 -
CMYK 0.13 0.84 0 0.27
HSL 290.71º 0.72% 0.42% -
HSV(B) 290.71º 0.84% 0.73% -
XYZ 23.92 12.01 46.96 -
YUV 86.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 161 30 185 0.13 0.84 0 0.27 290.71 0.72 0.42
Hex A1 1E B9 D 54 0 1B 123 48 2A
Octal 241 36 271 15 124 0 33 443 110 52
Binary 10100001 11110 10111001 1101 1010100 0 11011 100100011 1001000 101010

Color Harmonies of #A11EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11EB9

Black with #A11EB9

Text Example


Text Example

White with #A11EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11EB9; }

 p { color: rgb(161,30,185); }

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

background-color css

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

 a { background-color: rgb(161,30,185); }

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

border-color css

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

 span { border-color: rgb(161,30,185); }

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