Html Css Color HEX #A469BA Deep Lilac

📋 copy color: '#A469BA'

red 164 ◦ green 105 ◦ blue 186

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

Shades of Deep Lilac #A469BA

Tints of Deep Lilac #A469BA

RGB

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

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

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

R = 36.04%
G = 23.08%
B = 40.88%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A469BA (or 0xA469BA) is known color: Deep Lilac. HEX triplet: A4, 69 and BA. RGB value is (164,105,186). Sum of RGB (Red+Green+Blue) = 164+105+186=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #A469BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469BA is #5B9645. Grayscale: #838383. Windows color (decimal): -6002246 or 12216740. OLE color: 12216740.

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

Color convert

RGB 164 105 186 -
CMYK 0.12 0.44 0 0.27
HSL 283.7º 0.37% 0.57% -
HSV(B) 283.7º 0.44% 0.73% -
XYZ 29.22 21.54 49.07 -
YUV 131.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 164 105 186 0.12 0.44 0 0.27 283.7 0.37 0.57
Hex A4 69 BA C 2C 0 1B 11C 25 39
Octal 244 151 272 14 54 0 33 434 45 71
Binary 10100100 1101001 10111010 1100 101100 0 11011 100011100 100101 111001

Color Harmonies of #A469BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A469BA

Black with #A469BA

Text Example


Text Example

White with #A469BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A469BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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