Html Css Color HEX #A118AE Dark Orchid

📋 copy color: '#A118AE'

red 161 ◦ green 24 ◦ blue 174

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

Shades of Dark Orchid #A118AE

Tints of Dark Orchid #A118AE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.69%

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

R = 44.85%
G = 6.69%
B = 48.47%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A118AE (or 0xA118AE) is known color: Dark Orchid. HEX triplet: A1, 18 and AE. RGB value is (161,24,174). Sum of RGB (Red+Green+Blue) = 161+24+174=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #A118AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A118AE is #5EE751. Grayscale: #515151. Windows color (decimal): -6219602 or 11409569. OLE color: 11409569.

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

Color convert

RGB 161 24 174 -
CMYK 0.07 0.86 0 0.32
HSL 294.8º 0.76% 0.39% -
HSV(B) 294.8º 0.86% 0.68% -
XYZ 22.66 11.29 41.03 -
YUV 82.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 161 24 174 0.07 0.86 0 0.32 294.8 0.76 0.39
Hex A1 18 AE 7 56 0 20 127 4C 27
Octal 241 30 256 7 126 0 40 447 114 47
Binary 10100001 11000 10101110 111 1010110 0 100000 100100111 1001100 100111

Color Harmonies of #A118AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A118AE

Black with #A118AE

Text Example


Text Example

White with #A118AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A118AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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