Html Css Color HEX #A969BD Deep Lilac

📋 copy color: '#A969BD'

red 169 ◦ green 105 ◦ blue 189

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

Shades of Deep Lilac #A969BD

Tints of Deep Lilac #A969BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 36.5%
G = 22.68%
B = 40.82%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A969BD (or 0xA969BD) is known color: Deep Lilac. HEX triplet: A9, 69 and BD. RGB value is (169,105,189). Sum of RGB (Red+Green+Blue) = 169+105+189=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #A969BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969BD is #569642. Grayscale: #858585. Windows color (decimal): -5674563 or 12413353. OLE color: 12413353.

HSL color Cylindrical-coordinate representation of color #A969BD: hue angle of 285.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A969BD is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 105 189 -
CMYK 0.11 0.44 0 0.26
HSL 285.71º 0.39% 0.58% -
HSV(B) 285.71º 0.44% 0.74% -
XYZ 30.6 22.21 50.82 -
YUV 133.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 169 105 189 0.11 0.44 0 0.26 285.71 0.39 0.58
Hex A9 69 BD B 2C 0 1A 11E 27 3A
Octal 251 151 275 13 54 0 32 436 47 72
Binary 10101001 1101001 10111101 1011 101100 0 11010 100011110 100111 111010

Color Harmonies of #A969BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A969BD

Black with #A969BD

Text Example


Text Example

White with #A969BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A969BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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