#A242BF

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

Shades of Deep Lilac #A242BF

Tints of Deep Lilac #A242BF

Color information

#A242BF (or 0xA242BF) is unknown color: approx Deep Lilac. HEX triplet: A2, 42 and BF. RGB value is (162,66,191). Sum of RGB (Red+Green+Blue) = 162+66+191=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #A242BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A242BF is #5DBD40. Grayscale: #6C6C6C. Windows color (decimal): -6143297 or 12534434. OLE color: 12534434.

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

Color convert

RGB16266191-
CMYK0.150.6500.25
HSL286.08º49.41%50.39%-
HSV(B)286.08º65.45%74.9%-
XYZ26.2515.3450.87-
YUV108.95174.3165.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 66 (26.17% from 255) = 15.75%
BLUE value IS 191 (75% from 255) = 45.58%
R=38.66%
G=15.75%
B=45.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162661910.150.6500.25286.0849.4150.39
HexA242BFF4101911e3132
Octal242102277171010314366162
Binary1010001010000101011111111111000001011001100011110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A242BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A242BF; }

 p { color: rgb(162,66,191); }

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

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

 a { background-color: rgb(162,66,191); }

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

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

 span { border-color: rgb(162,66,191); }

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