Html Css Color HEX #A46DB9 Deep Lilac

📋 copy color: '#A46DB9'

red 164 ◦ green 109 ◦ blue 185

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

Shades of Deep Lilac #A46DB9

Tints of Deep Lilac #A46DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.8%

 BLUE value IS 185 (72.66% from 255) = 40.39%

R = 35.81%
G = 23.8%
B = 40.39%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A46DB9 (or 0xA46DB9) is known color: Deep Lilac. HEX triplet: A4, 6D and B9. RGB value is (164,109,185). Sum of RGB (Red+Green+Blue) = 164+109+185=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #A46DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DB9 is #5B9246. Grayscale: #858585. Windows color (decimal): -6001223 or 12152228. OLE color: 12152228.

HSL color Cylindrical-coordinate representation of color #A46DB9: hue angle of 283.42º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46DB9 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 109 185 -
CMYK 0.11 0.41 0 0.27
HSL 283.42º 0.35% 0.58% -
HSV(B) 283.42º 0.41% 0.73% -
XYZ 29.54 22.33 48.65 -
YUV 134.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 164 109 185 0.11 0.41 0 0.27 283.42 0.35 0.58
Hex A4 6D B9 B 29 0 1B 11B 23 3A
Octal 244 155 271 13 51 0 33 433 43 72
Binary 10100100 1101101 10111001 1011 101001 0 11011 100011011 100011 111010

Color Harmonies of #A46DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DB9

Black with #A46DB9

Text Example


Text Example

White with #A46DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DB9; }

 p { color: rgb(164,109,185); }

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

background-color css

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

 a { background-color: rgb(164,109,185); }

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

border-color css

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

 span { border-color: rgb(164,109,185); }

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