Html Css Color HEX #A46DBA Deep Lilac

📋 copy color: '#A46DBA'

red 164 ◦ green 109 ◦ blue 186

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

Shades of Deep Lilac #A46DBA

Tints of Deep Lilac #A46DBA

RGB

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

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

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

R = 35.73%
G = 23.75%
B = 40.52%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A46DBA (or 0xA46DBA) is known color: Deep Lilac. HEX triplet: A4, 6D and BA. RGB value is (164,109,186). Sum of RGB (Red+Green+Blue) = 164+109+186=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #A46DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DBA is #5B9245. Grayscale: #858585. Windows color (decimal): -6001222 or 12217764. OLE color: 12217764.

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

Color convert

RGB 164 109 186 -
CMYK 0.12 0.41 0 0.27
HSL 282.86º 0.36% 0.58% -
HSV(B) 282.86º 0.41% 0.73% -
XYZ 29.64 22.37 49.21 -
YUV 134.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 164 109 186 0.12 0.41 0 0.27 282.86 0.36 0.58
Hex A4 6D BA C 29 0 1B 11B 24 3A
Octal 244 155 272 14 51 0 33 433 44 72
Binary 10100100 1101101 10111010 1100 101001 0 11011 100011011 100100 111010

Color Harmonies of #A46DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DBA

Black with #A46DBA

Text Example


Text Example

White with #A46DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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