Html Css Color HEX #A11BAE Dark Orchid

📋 copy color: '#A11BAE'

red 161 ◦ green 27 ◦ blue 174

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

Shades of Dark Orchid #A11BAE

Tints of Dark Orchid #A11BAE

RGB

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

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

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

R = 44.48%
G = 7.46%
B = 48.07%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A11BAE (or 0xA11BAE) is known color: Dark Orchid. HEX triplet: A1, 1B and AE. RGB value is (161,27,174). Sum of RGB (Red+Green+Blue) = 161+27+174=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #A11BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11BAE is #5EE451. Grayscale: #535353. Windows color (decimal): -6218834 or 11410337. OLE color: 11410337.

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

Color convert

RGB 161 27 174 -
CMYK 0.07 0.84 0 0.32
HSL 294.69º 0.73% 0.39% -
HSV(B) 294.69º 0.84% 0.68% -
XYZ 22.73 11.42 41.05 -
YUV 83.82 178.89 183.05 -
System Red Green Blue C M Y K H S L
Decimal 161 27 174 0.07 0.84 0 0.32 294.69 0.73 0.39
Hex A1 1B AE 7 54 0 20 127 49 27
Octal 241 33 256 7 124 0 40 447 111 47
Binary 10100001 11011 10101110 111 1010100 0 100000 100100111 1001001 100111

Color Harmonies of #A11BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11BAE

Black with #A11BAE

Text Example


Text Example

White with #A11BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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