Html Css Color HEX #A11CAE Dark Orchid

📋 copy color: '#A11CAE'

red 161 ◦ green 28 ◦ blue 174

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

Shades of Dark Orchid #A11CAE

Tints of Dark Orchid #A11CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.71%

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

R = 44.35%
G = 7.71%
B = 47.93%

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

#A11CAE (or 0xA11CAE) is known color: Dark Orchid. HEX triplet: A1, 1C and AE. RGB value is (161,28,174). Sum of RGB (Red+Green+Blue) = 161+28+174=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #A11CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11CAE is #5EE351. Grayscale: #535353. Windows color (decimal): -6218578 or 11410593. OLE color: 11410593.

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

Color convert

RGB 161 28 174 -
CMYK 0.07 0.84 0 0.32
HSL 294.66º 0.72% 0.4% -
HSV(B) 294.66º 0.84% 0.68% -
XYZ 22.75 11.46 41.06 -
YUV 84.41 178.56 182.63 -
System Red Green Blue C M Y K H S L
Decimal 161 28 174 0.07 0.84 0 0.32 294.66 0.72 0.4
Hex A1 1C AE 7 54 0 20 127 48 28
Octal 241 34 256 7 124 0 40 447 110 50
Binary 10100001 11100 10101110 111 1010100 0 100000 100100111 1001000 101000

Color Harmonies of #A11CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11CAE

Black with #A11CAE

Text Example


Text Example

White with #A11CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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