#A265BE

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

Shades of Deep Lilac #A265BE

Tints of Deep Lilac #A265BE

Color information

#A265BE (or 0xA265BE) is unknown color: approx Deep Lilac. HEX triplet: A2, 65 and BE. RGB value is (162,101,190). Sum of RGB (Red+Green+Blue) = 162+101+190=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #A265BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265BE is #5D9A41. Grayscale: #818181. Windows color (decimal): -6134338 or 12477858. OLE color: 12477858.

HSL color Cylindrical-coordinate representation of color #A265BE: hue angle of 281.12º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A265BE is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162101190-
CMYK0.150.4700.25
HSL281.12º40.64%57.06%-
HSV(B)281.12º46.84%74.51%-
XYZ28.8520.7151.19-
YUV129.38162.21151.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=35.76%
G=22.30%
B=41.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621011900.150.4700.25281.1240.6457.06
HexA265BEF2F0191192939
Octal24214527617570314315171
Binary101000101100101101111101111101111011001100011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A265BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A265BE; }

 p { color: rgb(162,101,190); }

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

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

 a { background-color: rgb(162,101,190); }

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

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

 span { border-color: rgb(162,101,190); }

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