Html Css Color HEX #A11EBD Dark Orchid

📋 copy color: '#A11EBD'

red 161 ◦ green 30 ◦ blue 189

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

Shades of Dark Orchid #A11EBD

Tints of Dark Orchid #A11EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 42.37%
G = 7.89%
B = 49.74%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A11EBD (or 0xA11EBD) is known color: Dark Orchid. HEX triplet: A1, 1E and BD. RGB value is (161,30,189). Sum of RGB (Red+Green+Blue) = 161+30+189=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #A11EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11EBD is #5EE142. Grayscale: #565656. Windows color (decimal): -6218051 or 12394145. OLE color: 12394145.

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

Color convert

RGB 161 30 189 -
CMYK 0.15 0.84 0 0.26
HSL 289.43º 0.73% 0.43% -
HSV(B) 289.43º 0.84% 0.74% -
XYZ 24.35 12.18 49.21 -
YUV 87.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 161 30 189 0.15 0.84 0 0.26 289.43 0.73 0.43
Hex A1 1E BD F 54 0 1A 121 49 2B
Octal 241 36 275 17 124 0 32 441 111 53
Binary 10100001 11110 10111101 1111 1010100 0 11010 100100001 1001001 101011

Color Harmonies of #A11EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11EBD

Black with #A11EBD

Text Example


Text Example

White with #A11EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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