Html Css Color HEX #A11BDB Dark Orchid

📋 copy color: '#A11BDB'

red 161 ◦ green 27 ◦ blue 219

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

Shades of Dark Orchid #A11BDB

Tints of Dark Orchid #A11BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.63%

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

R = 39.56%
G = 6.63%
B = 53.81%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A11BDB (or 0xA11BDB) is known color: Dark Orchid. HEX triplet: A1, 1B and DB. RGB value is (161,27,219). Sum of RGB (Red+Green+Blue) = 161+27+219=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #A11BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11BDB is #5EE424. Grayscale: #585858. Windows color (decimal): -6218789 or 14359457. OLE color: 14359457.

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

Color convert

RGB 161 27 219 -
CMYK 0.26 0.88 0 0.14
HSL 281.88º 0.78% 0.48% -
HSV(B) 281.88º 0.88% 0.86% -
XYZ 27.88 13.48 68.15 -
YUV 88.95 201.39 179.39 -
System Red Green Blue C M Y K H S L
Decimal 161 27 219 0.26 0.88 0 0.14 281.88 0.78 0.48
Hex A1 1B DB 1A 58 0 E 11A 4E 30
Octal 241 33 333 32 130 0 16 432 116 60
Binary 10100001 11011 11011011 11010 1011000 0 1110 100011010 1001110 110000

Color Harmonies of #A11BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11BDB

Black with #A11BDB

Text Example


Text Example

White with #A11BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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