Html Css Color HEX #A469BF Deep Lilac

📋 copy color: '#A469BF'

red 164 ◦ green 105 ◦ blue 191

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

Shades of Deep Lilac #A469BF

Tints of Deep Lilac #A469BF

RGB

 RED value IS 164 (64.45% from 255) = 35.65%

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

 BLUE value IS 191 (75% from 255) = 41.52%

R = 35.65%
G = 22.83%
B = 41.52%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A469BF (or 0xA469BF) is known color: Deep Lilac. HEX triplet: A4, 69 and BF. RGB value is (164,105,191). Sum of RGB (Red+Green+Blue) = 164+105+191=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #A469BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469BF is #5B9640. Grayscale: #848484. Windows color (decimal): -6002241 or 12544420. OLE color: 12544420.

HSL color Cylindrical-coordinate representation of color #A469BF: hue angle of 281.16º 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 #A469BF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 105 191 -
CMYK 0.14 0.45 0 0.25
HSL 281.16º 0.4% 0.58% -
HSV(B) 281.16º 0.45% 0.75% -
XYZ 29.77 21.76 51.92 -
YUV 132.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 164 105 191 0.14 0.45 0 0.25 281.16 0.4 0.58
Hex A4 69 BF E 2D 0 19 119 28 3A
Octal 244 151 277 16 55 0 31 431 50 72
Binary 10100100 1101001 10111111 1110 101101 0 11001 100011001 101000 111010

Color Harmonies of #A469BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A469BF

Black with #A469BF

Text Example


Text Example

White with #A469BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A469BF; }

 p { color: rgb(164,105,191); }

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

background-color css

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

 a { background-color: rgb(164,105,191); }

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

border-color css

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

 span { border-color: rgb(164,105,191); }

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