#A181FC

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

Shades of Light Slate Blue #A181FC

Tints of Light Slate Blue #A181FC

Color information

#A181FC (or 0xA181FC) is unknown color: approx Light Slate Blue. HEX triplet: A1, 81 and FC. RGB value is (161,129,252). Sum of RGB (Red+Green+Blue) = 161+129+252=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #A181FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A181FC is #5E7E03. Grayscale: #989898. Windows color (decimal): -6192644 or 16548257. OLE color: 16548257.

HSL color Cylindrical-coordinate representation of color #A181FC: hue angle of 255.61º degrees, saturation: 0.95, 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 #A181FC is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161129252-
CMYK0.360.4900.01
HSL255.61º95.35%74.71%-
HSV(B)255.61º48.81%98.82%-
XYZ40.1230.3195.83-
YUV152.59184.1134-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 252 (98.83% from 255) = 46.49%
R=29.70%
G=23.80%
B=46.49%

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
Decimal1611292520.360.4900.01255.6195.3574.71
HexA181FC2431011005f4b
Octal241201374446101400137113
Binary1010000110000001111111001001001100010110000000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181FC; }

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

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

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

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

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

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

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

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