#A241BD

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

Shades of Deep Lilac #A241BD

Tints of Deep Lilac #A241BD

Color information

#A241BD (or 0xA241BD) is unknown color: approx Deep Lilac. HEX triplet: A2, 41 and BD. RGB value is (162,65,189). Sum of RGB (Red+Green+Blue) = 162+65+189=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #A241BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241BD is #5DBE42. Grayscale: #6B6B6B. Windows color (decimal): -6143555 or 12403106. OLE color: 12403106.

HSL color Cylindrical-coordinate representation of color #A241BD: hue angle of 286.94º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A241BD is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16265189-
CMYK0.140.6600.26
HSL286.94º48.82%49.8%-
HSV(B)286.94º65.61%74.12%-
XYZ25.9815.1449.7-
YUV108.14173.64166.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 65 (25.78% from 255) = 15.62%
BLUE value IS 189 (74.22% from 255) = 45.43%
R=38.94%
G=15.62%
B=45.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162651890.140.6600.26286.9448.8249.8
HexA241BDE4201A11f3132
Octal242101275161020324376162
Binary1010001010000011011110111101000010011010100011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A241BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A241BD; }

 p { color: rgb(162,65,189); }

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

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

 a { background-color: rgb(162,65,189); }

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

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

 span { border-color: rgb(162,65,189); }

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