Html Css Color HEX #A11FAD Dark Orchid

📋 copy color: '#A11FAD'

red 161 ◦ green 31 ◦ blue 173

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

Shades of Dark Orchid #A11FAD

Tints of Dark Orchid #A11FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 44.11%
G = 8.49%
B = 47.4%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A11FAD (or 0xA11FAD) is known color: Dark Orchid. HEX triplet: A1, 1F and AD. RGB value is (161,31,173). Sum of RGB (Red+Green+Blue) = 161+31+173=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #A11FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11FAD is #5EE052. Grayscale: #555555. Windows color (decimal): -6217811 or 11345825. OLE color: 11345825.

HSL color Cylindrical-coordinate representation of color #A11FAD: hue angle of 294.93º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11FAD is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 31 173 -
CMYK 0.07 0.82 0 0.32
HSL 294.93º 0.7% 0.4% -
HSV(B) 294.93º 0.82% 0.68% -
XYZ 22.73 11.57 40.57 -
YUV 86.06 177.07 181.45 -
System Red Green Blue C M Y K H S L
Decimal 161 31 173 0.07 0.82 0 0.32 294.93 0.7 0.4
Hex A1 1F AD 7 52 0 20 127 46 28
Octal 241 37 255 7 122 0 40 447 106 50
Binary 10100001 11111 10101101 111 1010010 0 100000 100100111 1000110 101000

Color Harmonies of #A11FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FAD

Black with #A11FAD

Text Example


Text Example

White with #A11FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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