Html Css Color HEX #A969BA Deep Lilac

📋 copy color: '#A969BA'

red 169 ◦ green 105 ◦ blue 186

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

Shades of Deep Lilac #A969BA

Tints of Deep Lilac #A969BA

RGB

 RED value IS 169 (66.41% from 255) = 36.74%

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

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

R = 36.74%
G = 22.83%
B = 40.43%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A969BA (or 0xA969BA) is known color: Deep Lilac. HEX triplet: A9, 69 and BA. RGB value is (169,105,186). Sum of RGB (Red+Green+Blue) = 169+105+186=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #A969BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969BA is #569645. Grayscale: #858585. Windows color (decimal): -5674566 or 12216745. OLE color: 12216745.

HSL color Cylindrical-coordinate representation of color #A969BA: hue angle of 287.41º 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 #A969BA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 105 186 -
CMYK 0.09 0.44 0 0.27
HSL 287.41º 0.37% 0.57% -
HSV(B) 287.41º 0.44% 0.73% -
XYZ 30.28 22.08 49.12 -
YUV 133.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 169 105 186 0.09 0.44 0 0.27 287.41 0.37 0.57
Hex A9 69 BA 9 2C 0 1B 11F 25 39
Octal 251 151 272 11 54 0 33 437 45 71
Binary 10101001 1101001 10111010 1001 101100 0 11011 100011111 100101 111001

Color Harmonies of #A969BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A969BA

Black with #A969BA

Text Example


Text Example

White with #A969BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A969BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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