Html Css Color HEX #A46BBA Deep Lilac

📋 copy color: '#A46BBA'

red 164 ◦ green 107 ◦ blue 186

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

Shades of Deep Lilac #A46BBA

Tints of Deep Lilac #A46BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.41%

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

R = 35.89%
G = 23.41%
B = 40.7%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A46BBA (or 0xA46BBA) is known color: Deep Lilac. HEX triplet: A4, 6B and BA. RGB value is (164,107,186). Sum of RGB (Red+Green+Blue) = 164+107+186=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #A46BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BBA is #5B9445. Grayscale: #848484. Windows color (decimal): -6001734 or 12217252. OLE color: 12217252.

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

Color convert

RGB 164 107 186 -
CMYK 0.12 0.42 0 0.27
HSL 283.29º 0.36% 0.57% -
HSV(B) 283.29º 0.42% 0.73% -
XYZ 29.43 21.95 49.14 -
YUV 133.05 157.88 150.08 -
System Red Green Blue C M Y K H S L
Decimal 164 107 186 0.12 0.42 0 0.27 283.29 0.36 0.57
Hex A4 6B BA C 2A 0 1B 11B 24 39
Octal 244 153 272 14 52 0 33 433 44 71
Binary 10100100 1101011 10111010 1100 101010 0 11011 100011011 100100 111001

Color Harmonies of #A46BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BBA

Black with #A46BBA

Text Example


Text Example

White with #A46BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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