Html Css Color HEX #A11CC0 Dark Orchid

📋 copy color: '#A11CC0'

red 161 ◦ green 28 ◦ blue 192

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

Shades of Dark Orchid #A11CC0

Tints of Dark Orchid #A11CC0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.35%

 BLUE value IS 192 (75.39% from 255) = 50.39%

R = 42.26%
G = 7.35%
B = 50.39%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A11CC0 (or 0xA11CC0) is known color: Dark Orchid. HEX triplet: A1, 1C and C0. RGB value is (161,28,192). Sum of RGB (Red+Green+Blue) = 161+28+192=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #A11CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CC0 is #5EE33F. Grayscale: #555555. Windows color (decimal): -6218560 or 12590241. OLE color: 12590241.

HSL color Cylindrical-coordinate representation of color #A11CC0: hue angle of 288.66º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11CC0 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 28 192 -
CMYK 0.16 0.85 0 0.25
HSL 288.66º 0.75% 0.43% -
HSV(B) 288.66º 0.85% 0.75% -
XYZ 24.63 12.21 50.93 -
YUV 86.46 187.56 181.16 -
System Red Green Blue C M Y K H S L
Decimal 161 28 192 0.16 0.85 0 0.25 288.66 0.75 0.43
Hex A1 1C C0 10 55 0 19 121 4B 2B
Octal 241 34 300 20 125 0 31 441 113 53
Binary 10100001 11100 11000000 10000 1010101 0 11001 100100001 1001011 101011

Color Harmonies of #A11CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11CC0

Black with #A11CC0

Text Example


Text Example

White with #A11CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11CC0; }

 p { color: rgb(161,28,192); }

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

background-color css

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

 a { background-color: rgb(161,28,192); }

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

border-color css

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

 span { border-color: rgb(161,28,192); }

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