Html Css Color HEX #A11DB2 Dark Orchid

📋 copy color: '#A11DB2'

red 161 ◦ green 29 ◦ blue 178

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

Shades of Dark Orchid #A11DB2

Tints of Dark Orchid #A11DB2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.88%

 BLUE value IS 178 (69.92% from 255) = 48.37%

R = 43.75%
G = 7.88%
B = 48.37%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A11DB2 (or 0xA11DB2) is known color: Dark Orchid. HEX triplet: A1, 1D and B2. RGB value is (161,29,178). Sum of RGB (Red+Green+Blue) = 161+29+178=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #A11DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11DB2 is #5EE24D. Grayscale: #545454. Windows color (decimal): -6218318 or 11672993. OLE color: 11672993.

HSL color Cylindrical-coordinate representation of color #A11DB2: hue angle of 293.15º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11DB2 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 29 178 -
CMYK 0.10 0.84 0 0.30
HSL 293.15º 0.72% 0.41% -
HSV(B) 293.15º 0.84% 0.7% -
XYZ 23.17 11.67 43.15 -
YUV 85.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 161 29 178 0.10 0.84 0 0.30 293.15 0.72 0.41
Hex A1 1D B2 A 54 0 1E 125 48 29
Octal 241 35 262 12 124 0 36 445 110 51
Binary 10100001 11101 10110010 1010 1010100 0 11110 100100101 1001000 101001

Color Harmonies of #A11DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11DB2

Black with #A11DB2

Text Example


Text Example

White with #A11DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11DB2; }

 p { color: rgb(161,29,178); }

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

background-color css

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

 a { background-color: rgb(161,29,178); }

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

border-color css

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

 span { border-color: rgb(161,29,178); }

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