Html Css Color HEX #A969BE Deep Lilac

📋 copy color: '#A969BE'

red 169 ◦ green 105 ◦ blue 190

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

Shades of Deep Lilac #A969BE

Tints of Deep Lilac #A969BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 36.42%
G = 22.63%
B = 40.95%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A969BE (or 0xA969BE) is known color: Deep Lilac. HEX triplet: A9, 69 and BE. RGB value is (169,105,190). Sum of RGB (Red+Green+Blue) = 169+105+190=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #A969BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969BE is #569641. Grayscale: #858585. Windows color (decimal): -5674562 or 12478889. OLE color: 12478889.

HSL color Cylindrical-coordinate representation of color #A969BE: hue angle of 285.18º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A969BE is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 105 190 -
CMYK 0.11 0.45 0 0.25
HSL 285.18º 0.4% 0.58% -
HSV(B) 285.18º 0.45% 0.75% -
XYZ 30.71 22.26 51.39 -
YUV 133.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 169 105 190 0.11 0.45 0 0.25 285.18 0.4 0.58
Hex A9 69 BE B 2D 0 19 11D 28 3A
Octal 251 151 276 13 55 0 31 435 50 72
Binary 10101001 1101001 10111110 1011 101101 0 11001 100011101 101000 111010

Color Harmonies of #A969BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A969BE

Black with #A969BE

Text Example


Text Example

White with #A969BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A969BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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