#A450BC

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

Shades of Deep Lilac #A450BC

Tints of Deep Lilac #A450BC

Color information

#A450BC (or 0xA450BC) is unknown color: approx Deep Lilac. HEX triplet: A4, 50 and BC. RGB value is (164,80,188). Sum of RGB (Red+Green+Blue) = 164+80+188=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #A450BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450BC is #5BAF43. Grayscale: #757575. Windows color (decimal): -6008644 or 12341412. OLE color: 12341412.

HSL color Cylindrical-coordinate representation of color #A450BC: hue angle of 286.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A450BC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16480188-
CMYK0.130.5700.26
HSL286.67º44.63%52.55%-
HSV(B)286.67º57.45%73.73%-
XYZ27.2617.2649.47-
YUV117.43167.83161.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 80 (31.64% from 255) = 18.52%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=37.96%
G=18.52%
B=43.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164801880.130.5700.26286.6744.6352.55
HexA450BCD3901A11f2d35
Octal24412027415710324375565
Binary101001001010000101111001101111001011010100011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A450BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A450BC; }

 p { color: rgb(164,80,188); }

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

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

 a { background-color: rgb(164,80,188); }

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

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

 span { border-color: rgb(164,80,188); }

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