Html Css Color HEX #A11BCE Dark Orchid

📋 copy color: '#A11BCE'

red 161 ◦ green 27 ◦ blue 206

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

Shades of Dark Orchid #A11BCE

Tints of Dark Orchid #A11BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.85%

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 40.86%
G = 6.85%
B = 52.28%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A11BCE (or 0xA11BCE) is known color: Dark Orchid. HEX triplet: A1, 1B and CE. RGB value is (161,27,206). Sum of RGB (Red+Green+Blue) = 161+27+206=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #A11BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11BCE is #5EE431. Grayscale: #565656. Windows color (decimal): -6218802 or 13507489. OLE color: 13507489.

HSL color Cylindrical-coordinate representation of color #A11BCE: hue angle of 284.92º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11BCE is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 27 206 -
CMYK 0.22 0.87 0 0.19
HSL 284.92º 0.77% 0.46% -
HSV(B) 284.92º 0.87% 0.81% -
XYZ 26.23 12.82 59.48 -
YUV 87.47 194.89 180.45 -
System Red Green Blue C M Y K H S L
Decimal 161 27 206 0.22 0.87 0 0.19 284.92 0.77 0.46
Hex A1 1B CE 16 57 0 13 11D 4D 2E
Octal 241 33 316 26 127 0 23 435 115 56
Binary 10100001 11011 11001110 10110 1010111 0 10011 100011101 1001101 101110

Color Harmonies of #A11BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11BCE

Black with #A11BCE

Text Example


Text Example

White with #A11BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11BCE; }

 p { color: rgb(161,27,206); }

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

background-color css

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

 a { background-color: rgb(161,27,206); }

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

border-color css

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

 span { border-color: rgb(161,27,206); }

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