#A465BC

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

Shades of Deep Lilac #A465BC

Tints of Deep Lilac #A465BC

Color information

#A465BC (or 0xA465BC) is unknown color: approx Deep Lilac. HEX triplet: A4, 65 and BC. RGB value is (164,101,188). Sum of RGB (Red+Green+Blue) = 164+101+188=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #A465BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465BC is #5B9A43. Grayscale: #818181. Windows color (decimal): -6003268 or 12346788. OLE color: 12346788.

HSL color Cylindrical-coordinate representation of color #A465BC: hue angle of 283.45º degrees, saturation: 0.39, 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 #A465BC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164101188-
CMYK0.130.4600.26
HSL283.45º39.37%56.67%-
HSV(B)283.45º46.28%73.73%-
XYZ29.0420.8350.07-
YUV129.76160.87152.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=36.20%
G=22.30%
B=41.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641011880.130.4600.26283.4539.3756.67
HexA465BCD2E01A11b2739
Octal24414527415560324334771
Binary101001001100101101111001101101110011010100011011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A465BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A465BC; }

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

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

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

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

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

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

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

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