#a255b4

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

Shades of Deep Lilac #A255B4

Tints of Deep Lilac #A255B4

Color information

#A255B4 (or 0xA255B4) is unknown color: approx Deep Lilac. HEX triplet: A2, 55 and B4. RGB value is (162,85,180). Sum of RGB (Red+Green+Blue) = 162+85+180=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 180 - color contains mainly: blue. Hex color #A255B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255B4 is #5DAA4B. Grayscale: #767676. Windows color (decimal): -6138444 or 11818402. OLE color: 11818402.

HSL color Cylindrical-coordinate representation of color #A255B4: hue angle of 288.63º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A255B4 is Cyan = 0.1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16285180-
CMYK0.10.5300.29
HSL288.63º38.78%51.96%-
HSV(B)288.63º52.78%70.59%-
XYZ26.3917.4745.16-
YUV118.85162.51158.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 85 (33.59% from 255) = 19.91%
BLUE value IS 180 (70.70% from 255) = 42.15%
R=37.94%
G=19.91%
B=42.15%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162851800.10.5300.29288.6338.7851.96
HexA255B4A3501D1212734
Octal24212526412650354414764
Binary101000101010101101101001010110101011101100100001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a255b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a255b4; }

 p { color: rgb(162,85,180); }

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

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

 a { background-color: rgb(162,85,180); }

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

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

 span { border-color: rgb(162,85,180); }

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