#A240AF

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

Shades of Deep Lilac #A240AF

Tints of Deep Lilac #A240AF

Color information

#A240AF (or 0xA240AF) is unknown color: approx Deep Lilac. HEX triplet: A2, 40 and AF. RGB value is (162,64,175). Sum of RGB (Red+Green+Blue) = 162+64+175=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #A240AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A240AF is #5DBF50. Grayscale: #696969. Windows color (decimal): -6143825 or 11485346. OLE color: 11485346.

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

Color convert

RGB16264175-
CMYK0.070.6300.31
HSL292.97º46.44%46.86%-
HSV(B)292.97º63.43%68.63%-
XYZ24.4714.4442.06-
YUV105.96166.97167.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 64 (25.39% from 255) = 15.96%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=40.40%
G=15.96%
B=43.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162641750.070.6300.31292.9746.4446.86
HexA240AF73F01F1252e2f
Octal2421002577770374455657
Binary10100010100000010101111111111111011111100100101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A240AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A240AF; }

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

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

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

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

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

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

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

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