#8A43AB

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

Shades of Deep Lilac #8A43AB

Tints of Deep Lilac #8A43AB

Color information

#8A43AB (or 0x8A43AB) is unknown color: approx Deep Lilac. HEX triplet: 8A, 43 and AB. RGB value is (138,67,171). Sum of RGB (Red+Green+Blue) = 138+67+171=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A43AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A43AB is #75BC54. Grayscale: #636363. Windows color (decimal): -7715925 or 11223946. OLE color: 11223946.

HSL color Cylindrical-coordinate representation of color #8A43AB: hue angle of 280.96º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A43AB is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13867171-
CMYK0.190.6100.33
HSL280.96º43.7%46.67%-
HSV(B)280.96º60.82%67.06%-
XYZ19.8412.3639.87-
YUV100.08168.02155.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 67 (26.56% from 255) = 17.82%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=36.70%
G=17.82%
B=45.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138671710.190.6100.33280.9643.746.67
Hex8A43AB133D0211192c2f
Octal21210325323750414315457
Binary10001010100001110101011100111111010100001100011001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A43AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A43AB; }

 p { color: rgb(138,67,171); }

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

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

 a { background-color: rgb(138,67,171); }

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

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

 span { border-color: rgb(138,67,171); }

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