#A250AF

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

Shades of Deep Lilac #A250AF

Tints of Deep Lilac #A250AF

Color information

#A250AF (or 0xA250AF) is unknown color: approx Deep Lilac. HEX triplet: A2, 50 and AF. RGB value is (162,80,175). Sum of RGB (Red+Green+Blue) = 162+80+175=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #A250AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A250AF is #5DAF50. Grayscale: #737373. Windows color (decimal): -6139729 or 11489442. OLE color: 11489442.

HSL color Cylindrical-coordinate representation of color #A250AF: hue angle of 291.79º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A250AF is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16280175-
CMYK0.070.5400.31
HSL291.79º37.25%50%-
HSV(B)291.79º54.29%68.63%-
XYZ25.5116.5142.4-
YUV115.35161.67161.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 80 (31.64% from 255) = 19.18%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=38.85%
G=19.18%
B=41.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162801750.070.5400.31291.7937.2550
HexA250AF73601F1242532
Octal2421202577660374444562
Binary10100010101000010101111111110110011111100100100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A250AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A250AF; }

 p { color: rgb(162,80,175); }

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

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

 a { background-color: rgb(162,80,175); }

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

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

 span { border-color: rgb(162,80,175); }

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