#a65bc8

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

Shades of Deep Lilac #A65BC8

Tints of Deep Lilac #A65BC8

Color information

#A65BC8 (or 0xA65BC8) is unknown color: approx Deep Lilac. HEX triplet: A6, 5B and C8. RGB value is (166,91,200). Sum of RGB (Red+Green+Blue) = 166+91+200=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #A65BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65BC8 is #59A437. Grayscale: #7D7D7D. Windows color (decimal): -5874744 or 13130662. OLE color: 13130662.

HSL color Cylindrical-coordinate representation of color #A65BC8: hue angle of 281.28º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A65BC8 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16691200-
CMYK0.170.5400.22
HSL281.28º49.77%57.06%-
HSV(B)281.28º54.5%78.43%-
XYZ29.8919.7656.88-
YUV125.85169.85156.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 91 (35.94% from 255) = 19.91%
BLUE value IS 200 (78.52% from 255) = 43.76%
R=36.32%
G=19.91%
B=43.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166912000.170.5400.22281.2849.7757.06
HexA65BC811360161193239
Octal24613331021660264316271
Binary1010011010110111100100010001110110010110100011001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a65bc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a65bc8; }

 p { color: rgb(166,91,200); }

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

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

 a { background-color: rgb(166,91,200); }

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

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

 span { border-color: rgb(166,91,200); }

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