#A181FD

Color #A181FD Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A181FD

Tints of Light Slate Blue #A181FD

Color information

#A181FD (or 0xA181FD) is unknown color: approx Light Slate Blue. HEX triplet: A1, 81 and FD. RGB value is (161,129,253). Sum of RGB (Red+Green+Blue) = 161+129+253=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #A181FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A181FD is #5E7E02. Grayscale: #989898. Windows color (decimal): -6192643 or 16613793. OLE color: 16613793.

HSL color Cylindrical-coordinate representation of color #A181FD: hue angle of 255.48º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A181FD is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161129253-
CMYK0.360.4900.01
HSL255.48º96.88%74.9%-
HSV(B)255.48º49.01%99.22%-
XYZ40.2830.3796.67-
YUV152.7184.6133.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.65%
GREEN value IS 129 (50.78% from 255) = 23.76%
BLUE value IS 253 (99.22% from 255) = 46.59%
R=29.65%
G=23.76%
B=46.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611292530.360.4900.01255.4896.8874.9
HexA181FD243101ff614b
Octal241201375446101377141113
Binary101000011000000111111101100100110001011111111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181FD; }

 p { color: rgb(161,129,253); }

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

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

 a { background-color: rgb(161,129,253); }

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

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

 span { border-color: rgb(161,129,253); }

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