Html Css Color HEX #A11DAA Dark Orchid

📋 copy color: '#A11DAA'

red 161 ◦ green 29 ◦ blue 170

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

Shades of Dark Orchid #A11DAA

Tints of Dark Orchid #A11DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.22%

R = 44.72%
G = 8.06%
B = 47.22%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A11DAA (or 0xA11DAA) is known color: Dark Orchid. HEX triplet: A1, 1D and AA. RGB value is (161,29,170). Sum of RGB (Red+Green+Blue) = 161+29+170=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #A11DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11DAA is #5EE255. Grayscale: #545454. Windows color (decimal): -6218326 or 11148705. OLE color: 11148705.

HSL color Cylindrical-coordinate representation of color #A11DAA: hue angle of 296.17º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11DAA is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 29 170 -
CMYK 0.05 0.83 0 0.33
HSL 296.17º 0.71% 0.39% -
HSV(B) 296.17º 0.83% 0.67% -
XYZ 22.39 11.36 39.04 -
YUV 84.54 176.23 182.54 -
System Red Green Blue C M Y K H S L
Decimal 161 29 170 0.05 0.83 0 0.33 296.17 0.71 0.39
Hex A1 1D AA 5 53 0 21 128 47 27
Octal 241 35 252 5 123 0 41 450 107 47
Binary 10100001 11101 10101010 101 1010011 0 100001 100101000 1000111 100111

Color Harmonies of #A11DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11DAA

Black with #A11DAA

Text Example


Text Example

White with #A11DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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