Html Css Color HEX #A169BA Deep Lilac

📋 copy color: '#A169BA'

red 161 ◦ green 105 ◦ blue 186

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

Shades of Deep Lilac #A169BA

Tints of Deep Lilac #A169BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.23%

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 35.62%
G = 23.23%
B = 41.15%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A169BA (or 0xA169BA) is known color: Deep Lilac. HEX triplet: A1, 69 and BA. RGB value is (161,105,186). Sum of RGB (Red+Green+Blue) = 161+105+186=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #A169BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169BA is #5E9645. Grayscale: #828282. Windows color (decimal): -6198854 or 12216737. OLE color: 12216737.

HSL color Cylindrical-coordinate representation of color #A169BA: hue angle of 281.48º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A169BA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 105 186 -
CMYK 0.13 0.44 0 0.27
HSL 281.48º 0.37% 0.57% -
HSV(B) 281.48º 0.44% 0.73% -
XYZ 28.61 21.23 49.04 -
YUV 130.98 159.05 149.41 -
System Red Green Blue C M Y K H S L
Decimal 161 105 186 0.13 0.44 0 0.27 281.48 0.37 0.57
Hex A1 69 BA D 2C 0 1B 119 25 39
Octal 241 151 272 15 54 0 33 431 45 71
Binary 10100001 1101001 10111010 1101 101100 0 11011 100011001 100101 111001

Color Harmonies of #A169BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A169BA

Black with #A169BA

Text Example


Text Example

White with #A169BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A169BA; }

 p { color: rgb(161,105,186); }

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

background-color css

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

 a { background-color: rgb(161,105,186); }

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

border-color css

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

 span { border-color: rgb(161,105,186); }

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