Html Css Color HEX #A11DAE Dark Orchid

📋 copy color: '#A11DAE'

red 161 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #A11DAE

Tints of Dark Orchid #A11DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.8%

R = 44.23%
G = 7.97%
B = 47.8%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A11DAE (or 0xA11DAE) is known color: Dark Orchid. HEX triplet: A1, 1D and AE. RGB value is (161,29,174). Sum of RGB (Red+Green+Blue) = 161+29+174=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #A11DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11DAE is #5EE251. Grayscale: #545454. Windows color (decimal): -6218322 or 11410849. OLE color: 11410849.

HSL color Cylindrical-coordinate representation of color #A11DAE: hue angle of 294.62º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11DAE is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 29 174 -
CMYK 0.07 0.83 0 0.32
HSL 294.62º 0.71% 0.4% -
HSV(B) 294.62º 0.83% 0.68% -
XYZ 22.78 11.51 41.07 -
YUV 85 178.23 182.21 -
System Red Green Blue C M Y K H S L
Decimal 161 29 174 0.07 0.83 0 0.32 294.62 0.71 0.4
Hex A1 1D AE 7 53 0 20 127 47 28
Octal 241 35 256 7 123 0 40 447 107 50
Binary 10100001 11101 10101110 111 1010011 0 100000 100100111 1000111 101000

Color Harmonies of #A11DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11DAE

Black with #A11DAE

Text Example


Text Example

White with #A11DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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