Html Css Color HEX #A11CDB Dark Orchid

📋 copy color: '#A11CDB'

red 161 ◦ green 28 ◦ blue 219

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

Shades of Dark Orchid #A11CDB

Tints of Dark Orchid #A11CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 39.46%
G = 6.86%
B = 53.68%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A11CDB (or 0xA11CDB) is known color: Dark Orchid. HEX triplet: A1, 1C and DB. RGB value is (161,28,219). Sum of RGB (Red+Green+Blue) = 161+28+219=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #A11CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CDB is #5EE324. Grayscale: #585858. Windows color (decimal): -6218533 or 14359713. OLE color: 14359713.

HSL color Cylindrical-coordinate representation of color #A11CDB: hue angle of 281.78º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11CDB is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 28 219 -
CMYK 0.26 0.87 0 0.14
HSL 281.78º 0.77% 0.48% -
HSV(B) 281.78º 0.87% 0.86% -
XYZ 27.9 13.52 68.16 -
YUV 89.54 201.06 178.97 -
System Red Green Blue C M Y K H S L
Decimal 161 28 219 0.26 0.87 0 0.14 281.78 0.77 0.48
Hex A1 1C DB 1A 57 0 E 11A 4D 30
Octal 241 34 333 32 127 0 16 432 115 60
Binary 10100001 11100 11011011 11010 1010111 0 1110 100011010 1001101 110000

Color Harmonies of #A11CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11CDB

Black with #A11CDB

Text Example


Text Example

White with #A11CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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