Html Css Color HEX #A466BD Deep Lilac

📋 copy color: '#A466BD'

red 164 ◦ green 102 ◦ blue 189

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

Shades of Deep Lilac #A466BD

Tints of Deep Lilac #A466BD

RGB

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

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

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

R = 36.04%
G = 22.42%
B = 41.54%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A466BD (or 0xA466BD) is known color: Deep Lilac. HEX triplet: A4, 66 and BD. RGB value is (164,102,189). Sum of RGB (Red+Green+Blue) = 164+102+189=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #A466BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466BD is #5B9942. Grayscale: #828282. Windows color (decimal): -6003011 or 12412580. OLE color: 12412580.

HSL color Cylindrical-coordinate representation of color #A466BD: hue angle of 282.76º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A466BD is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 102 189 -
CMYK 0.13 0.46 0 0.26
HSL 282.76º 0.4% 0.57% -
HSV(B) 282.76º 0.46% 0.74% -
XYZ 29.25 21.07 50.67 -
YUV 130.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 164 102 189 0.13 0.46 0 0.26 282.76 0.4 0.57
Hex A4 66 BD D 2E 0 1A 11B 28 39
Octal 244 146 275 15 56 0 32 433 50 71
Binary 10100100 1100110 10111101 1101 101110 0 11010 100011011 101000 111001

Color Harmonies of #A466BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466BD

Black with #A466BD

Text Example


Text Example

White with #A466BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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