Html Css Color HEX #A466BA Deep Lilac

📋 copy color: '#A466BA'

red 164 ◦ green 102 ◦ blue 186

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

Shades of Deep Lilac #A466BA

Tints of Deep Lilac #A466BA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.57%

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

R = 36.28%
G = 22.57%
B = 41.15%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A466BA (or 0xA466BA) is known color: Deep Lilac. HEX triplet: A4, 66 and BA. RGB value is (164,102,186). Sum of RGB (Red+Green+Blue) = 164+102+186=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #A466BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466BA is #5B9945. Grayscale: #818181. Windows color (decimal): -6003014 or 12215972. OLE color: 12215972.

HSL color Cylindrical-coordinate representation of color #A466BA: hue angle of 284.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A466BA is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 102 186 -
CMYK 0.12 0.45 0 0.27
HSL 284.29º 0.38% 0.56% -
HSV(B) 284.29º 0.45% 0.73% -
XYZ 28.92 20.94 48.97 -
YUV 130.11 159.54 152.17 -
System Red Green Blue C M Y K H S L
Decimal 164 102 186 0.12 0.45 0 0.27 284.29 0.38 0.56
Hex A4 66 BA C 2D 0 1B 11C 26 38
Octal 244 146 272 14 55 0 33 434 46 70
Binary 10100100 1100110 10111010 1100 101101 0 11011 100011100 100110 111000

Color Harmonies of #A466BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466BA

Black with #A466BA

Text Example


Text Example

White with #A466BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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