#A262C0

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

Shades of Deep Lilac #A262C0

Tints of Deep Lilac #A262C0

Color information

#A262C0 (or 0xA262C0) is unknown color: approx Deep Lilac. HEX triplet: A2, 62 and C0. RGB value is (162,98,192). Sum of RGB (Red+Green+Blue) = 162+98+192=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #A262C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262C0 is #5D9D3F. Grayscale: #7F7F7F. Windows color (decimal): -6135104 or 12608162. OLE color: 12608162.

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

Color convert

RGB16298192-
CMYK0.160.4900.25
HSL280.85º42.73%56.86%-
HSV(B)280.85º48.96%75.29%-
XYZ28.7820.2252.26-
YUV127.85164.2152.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 98 (38.67% from 255) = 21.68%
BLUE value IS 192 (75.39% from 255) = 42.48%
R=35.84%
G=21.68%
B=42.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162981920.160.4900.25280.8542.7356.86
HexA262C010310191192b39
Octal24214230020610314315371
Binary1010001011000101100000010000110001011001100011001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A262C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A262C0; }

 p { color: rgb(162,98,192); }

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

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

 a { background-color: rgb(162,98,192); }

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

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

 span { border-color: rgb(162,98,192); }

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