Html Css Color HEX #A11EBE Dark Orchid

📋 copy color: '#A11EBE'

red 161 ◦ green 30 ◦ blue 190

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

Shades of Dark Orchid #A11EBE

Tints of Dark Orchid #A11EBE

RGB

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

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

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

R = 42.26%
G = 7.87%
B = 49.87%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A11EBE (or 0xA11EBE) is known color: Dark Orchid. HEX triplet: A1, 1E and BE. RGB value is (161,30,190). Sum of RGB (Red+Green+Blue) = 161+30+190=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #A11EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11EBE is #5EE141. Grayscale: #565656. Windows color (decimal): -6218050 or 12459681. OLE color: 12459681.

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

Color convert

RGB 161 30 190 -
CMYK 0.15 0.84 0 0.25
HSL 289.13º 0.73% 0.43% -
HSV(B) 289.13º 0.84% 0.75% -
XYZ 24.46 12.22 49.79 -
YUV 87.41 185.9 180.49 -
System Red Green Blue C M Y K H S L
Decimal 161 30 190 0.15 0.84 0 0.25 289.13 0.73 0.43
Hex A1 1E BE F 54 0 19 121 49 2B
Octal 241 36 276 17 124 0 31 441 111 53
Binary 10100001 11110 10111110 1111 1010100 0 11001 100100001 1001001 101011

Color Harmonies of #A11EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11EBE

Black with #A11EBE

Text Example


Text Example

White with #A11EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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