Html Css Color HEX #A11AAE Dark Orchid

📋 copy color: '#A11AAE'

red 161 ◦ green 26 ◦ blue 174

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

Shades of Dark Orchid #A11AAE

Tints of Dark Orchid #A11AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.2%

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

R = 44.6%
G = 7.2%
B = 48.2%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A11AAE (or 0xA11AAE) is known color: Dark Orchid. HEX triplet: A1, 1A and AE. RGB value is (161,26,174). Sum of RGB (Red+Green+Blue) = 161+26+174=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #A11AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11AAE is #5EE551. Grayscale: #525252. Windows color (decimal): -6219090 or 11410081. OLE color: 11410081.

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

Color convert

RGB 161 26 174 -
CMYK 0.07 0.85 0 0.32
HSL 294.73º 0.74% 0.39% -
HSV(B) 294.73º 0.85% 0.68% -
XYZ 22.71 11.37 41.04 -
YUV 83.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 161 26 174 0.07 0.85 0 0.32 294.73 0.74 0.39
Hex A1 1A AE 7 55 0 20 127 4A 27
Octal 241 32 256 7 125 0 40 447 112 47
Binary 10100001 11010 10101110 111 1010101 0 100000 100100111 1001010 100111

Color Harmonies of #A11AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11AAE

Black with #A11AAE

Text Example


Text Example

White with #A11AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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