#A248BB

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

Shades of Deep Lilac #A248BB

Tints of Deep Lilac #A248BB

Color information

#A248BB (or 0xA248BB) is unknown color: approx Deep Lilac. HEX triplet: A2, 48 and BB. RGB value is (162,72,187). Sum of RGB (Red+Green+Blue) = 162+72+187=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #A248BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248BB is #5DB744. Grayscale: #6F6F6F. Windows color (decimal): -6141765 or 12273826. OLE color: 12273826.

HSL color Cylindrical-coordinate representation of color #A248BB: hue angle of 286.96º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A248BB is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16272187-
CMYK0.130.6100.27
HSL286.96º45.82%50.78%-
HSV(B)286.96º61.5%73.33%-
XYZ26.1915.948.7-
YUV112.02170.32163.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 72 (28.52% from 255) = 17.10%
BLUE value IS 187 (73.44% from 255) = 44.42%
R=38.48%
G=17.10%
B=44.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162721870.130.6100.27286.9645.8250.78
HexA248BBD3D01B11f2e33
Octal24211027315750334375663
Binary101000101001000101110111101111101011011100011111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A248BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A248BB; }

 p { color: rgb(162,72,187); }

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

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

 a { background-color: rgb(162,72,187); }

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

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

 span { border-color: rgb(162,72,187); }

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