Html Css Color HEX #A11ECC Dark Orchid

📋 copy color: '#A11ECC'

red 161 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #A11ECC

Tints of Dark Orchid #A11ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 40.76%
G = 7.59%
B = 51.65%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A11ECC (or 0xA11ECC) is known color: Dark Orchid. HEX triplet: A1, 1E and CC. RGB value is (161,30,204). Sum of RGB (Red+Green+Blue) = 161+30+204=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #A11ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11ECC is #5EE133. Grayscale: #585858. Windows color (decimal): -6218036 or 13377185. OLE color: 13377185.

HSL color Cylindrical-coordinate representation of color #A11ECC: hue angle of 285.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11ECC is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 30 204 -
CMYK 0.21 0.85 0 0.2
HSL 285.17º 0.74% 0.46% -
HSV(B) 285.17º 0.85% 0.8% -
XYZ 26.06 12.87 58.24 -
YUV 89.01 192.9 179.35 -
System Red Green Blue C M Y K H S L
Decimal 161 30 204 0.21 0.85 0 0.2 285.17 0.74 0.46
Hex A1 1E CC 15 55 0 14 11D 4A 2E
Octal 241 36 314 25 125 0 24 435 112 56
Binary 10100001 11110 11001100 10101 1010101 0 10100 100011101 1001010 101110

Color Harmonies of #A11ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11ECC

Black with #A11ECC

Text Example


Text Example

White with #A11ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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