#A181FE

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

Shades of Light Slate Blue #A181FE

Tints of Light Slate Blue #A181FE

Color information

#A181FE (or 0xA181FE) is unknown color: approx Light Slate Blue. HEX triplet: A1, 81 and FE. RGB value is (161,129,254). Sum of RGB (Red+Green+Blue) = 161+129+254=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #A181FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A181FE is #5E7E01. Grayscale: #989898. Windows color (decimal): -6192642 or 16679329. OLE color: 16679329.

HSL color Cylindrical-coordinate representation of color #A181FE: hue angle of 255.36º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A181FE is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB161129254-
CMYK0.370.4900.00
HSL255.36º98.43%75.1%-
HSV(B)255.36º49.21%99.61%-
XYZ40.4430.4397.51-
YUV152.82185.1133.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.60%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=29.60%
G=23.71%
B=46.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1611292540.370.4900.00255.3698.4375.1
HexA181FE253100ff624b
Octal241201376456100377142113
Binary101000011000000111111110100101110001001111111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181FE; }

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

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

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

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

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

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

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

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