Html Css Color HEX #A11FDC Dark Orchid

📋 copy color: '#A11FDC'

red 161 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #A11FDC

Tints of Dark Orchid #A11FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.52%

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 39.08%
G = 7.52%
B = 53.4%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A11FDC (or 0xA11FDC) is known color: Dark Orchid. HEX triplet: A1, 1F and DC. RGB value is (161,31,220). Sum of RGB (Red+Green+Blue) = 161+31+220=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #A11FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FDC is #5EE023. Grayscale: #5A5A5A. Windows color (decimal): -6217764 or 14426017. OLE color: 14426017.

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

Color convert

RGB 161 31 220 -
CMYK 0.27 0.86 0 0.14
HSL 281.27º 0.75% 0.49% -
HSV(B) 281.27º 0.86% 0.86% -
XYZ 28.11 13.72 68.88 -
YUV 91.42 200.57 177.63 -
System Red Green Blue C M Y K H S L
Decimal 161 31 220 0.27 0.86 0 0.14 281.27 0.75 0.49
Hex A1 1F DC 1B 56 0 E 119 4B 31
Octal 241 37 334 33 126 0 16 431 113 61
Binary 10100001 11111 11011100 11011 1010110 0 1110 100011001 1001011 110001

Color Harmonies of #A11FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FDC

Black with #A11FDC

Text Example


Text Example

White with #A11FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FDC; }

 p { color: rgb(161,31,220); }

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

background-color css

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

 a { background-color: rgb(161,31,220); }

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

border-color css

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

 span { border-color: rgb(161,31,220); }

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