Html Css Color HEX #A11EDD Dark Orchid

📋 copy color: '#A11EDD'

red 161 ◦ green 30 ◦ blue 221

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

Shades of Dark Orchid #A11EDD

Tints of Dark Orchid #A11EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 39.08%
G = 7.28%
B = 53.64%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A11EDD (or 0xA11EDD) is known color: Dark Orchid. HEX triplet: A1, 1E and DD. RGB value is (161,30,221). Sum of RGB (Red+Green+Blue) = 161+30+221=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #A11EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11EDD is #5EE122. Grayscale: #5A5A5A. Windows color (decimal): -6218019 or 14491297. OLE color: 14491297.

HSL color Cylindrical-coordinate representation of color #A11EDD: hue angle of 281.15º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11EDD is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 30 221 -
CMYK 0.27 0.86 0 0.13
HSL 281.15º 0.76% 0.49% -
HSV(B) 281.15º 0.86% 0.87% -
XYZ 28.21 13.73 69.57 -
YUV 90.94 201.4 177.97 -
System Red Green Blue C M Y K H S L
Decimal 161 30 221 0.27 0.86 0 0.13 281.15 0.76 0.49
Hex A1 1E DD 1B 56 0 D 119 4C 31
Octal 241 36 335 33 126 0 15 431 114 61
Binary 10100001 11110 11011101 11011 1010110 0 1101 100011001 1001100 110001

Color Harmonies of #A11EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11EDD

Black with #A11EDD

Text Example


Text Example

White with #A11EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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