Html Css Color HEX #A11ECF Dark Orchid

📋 copy color: '#A11ECF'

red 161 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #A11ECF

Tints of Dark Orchid #A11ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 40.45%
G = 7.54%
B = 52.01%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A11ECF (or 0xA11ECF) is known color: Dark Orchid. HEX triplet: A1, 1E and CF. RGB value is (161,30,207). Sum of RGB (Red+Green+Blue) = 161+30+207=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #A11ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11ECF is #5EE130. Grayscale: #585858. Windows color (decimal): -6218033 or 13573793. OLE color: 13573793.

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

Color convert

RGB 161 30 207 -
CMYK 0.22 0.86 0 0.19
HSL 284.41º 0.75% 0.46% -
HSV(B) 284.41º 0.86% 0.81% -
XYZ 26.42 13.01 60.15 -
YUV 89.35 194.4 179.11 -
System Red Green Blue C M Y K H S L
Decimal 161 30 207 0.22 0.86 0 0.19 284.41 0.75 0.46
Hex A1 1E CF 16 56 0 13 11C 4B 2E
Octal 241 36 317 26 126 0 23 434 113 56
Binary 10100001 11110 11001111 10110 1010110 0 10011 100011100 1001011 101110

Color Harmonies of #A11ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11ECF

Black with #A11ECF

Text Example


Text Example

White with #A11ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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