Html Css Color HEX #A11FCC Dark Orchid

📋 copy color: '#A11FCC'

red 161 ◦ green 31 ◦ blue 204

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

Shades of Dark Orchid #A11FCC

Tints of Dark Orchid #A11FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 40.66%
G = 7.83%
B = 51.52%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A11FCC (or 0xA11FCC) is known color: Dark Orchid. HEX triplet: A1, 1F and CC. RGB value is (161,31,204). Sum of RGB (Red+Green+Blue) = 161+31+204=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #A11FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FCC is #5EE033. Grayscale: #595959. Windows color (decimal): -6217780 or 13377441. OLE color: 13377441.

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

Color convert

RGB 161 31 204 -
CMYK 0.21 0.85 0 0.2
HSL 285.09º 0.74% 0.46% -
HSV(B) 285.09º 0.85% 0.8% -
XYZ 26.09 12.92 58.24 -
YUV 89.59 192.57 178.93 -
System Red Green Blue C M Y K H S L
Decimal 161 31 204 0.21 0.85 0 0.2 285.09 0.74 0.46
Hex A1 1F CC 15 55 0 14 11D 4A 2E
Octal 241 37 314 25 125 0 24 435 112 56
Binary 10100001 11111 11001100 10101 1010101 0 10100 100011101 1001010 101110

Color Harmonies of #A11FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FCC

Black with #A11FCC

Text Example


Text Example

White with #A11FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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