#A46BBC

Color #A46BBC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A46BBC

Tints of Deep Lilac #A46BBC

Color information

#A46BBC (or 0xA46BBC) is unknown color: approx Deep Lilac. HEX triplet: A4, 6B and BC. RGB value is (164,107,188). Sum of RGB (Red+Green+Blue) = 164+107+188=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #A46BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BBC is #5B9443. Grayscale: #858585. Windows color (decimal): -6001732 or 12348324. OLE color: 12348324.

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

Color convert

RGB164107188-
CMYK0.130.4300.26
HSL282.22º37.67%57.84%-
HSV(B)282.22º43.09%73.73%-
XYZ29.6422.0450.27-
YUV133.28158.88149.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 107 (42.19% from 255) = 23.31%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=35.73%
G=23.31%
B=40.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641071880.130.4300.26282.2237.6757.84
HexA46BBCD2B01A11a263a
Octal24415327415530324324672
Binary101001001101011101111001101101011011010100011010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46BBC; }

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

 H1.HeaderClassName
 {
   color: #A46BBC;
 }
 .AnyTagClassName
 {
   color: #A46BBC;
 }
</style>
background-color css

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

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

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

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

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

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