Html Css Color HEX #A11FCA Dark Orchid

📋 copy color: '#A11FCA'

red 161 ◦ green 31 ◦ blue 202

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

Shades of Dark Orchid #A11FCA

Tints of Dark Orchid #A11FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.27%

R = 40.86%
G = 7.87%
B = 51.27%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A11FCA (or 0xA11FCA) is known color: Dark Orchid. HEX triplet: A1, 1F and CA. RGB value is (161,31,202). Sum of RGB (Red+Green+Blue) = 161+31+202=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #A11FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FCA is #5EE035. Grayscale: #585858. Windows color (decimal): -6217782 or 13246369. OLE color: 13246369.

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

Color convert

RGB 161 31 202 -
CMYK 0.20 0.85 0 0.21
HSL 285.61º 0.73% 0.46% -
HSV(B) 285.61º 0.85% 0.79% -
XYZ 25.85 12.82 56.99 -
YUV 89.36 191.57 179.1 -
System Red Green Blue C M Y K H S L
Decimal 161 31 202 0.20 0.85 0 0.21 285.61 0.73 0.46
Hex A1 1F CA 14 55 0 15 11E 49 2E
Octal 241 37 312 24 125 0 25 436 111 56
Binary 10100001 11111 11001010 10100 1010101 0 10101 100011110 1001001 101110

Color Harmonies of #A11FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FCA

Black with #A11FCA

Text Example


Text Example

White with #A11FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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