#A081FB

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

Shades of Light Slate Blue #A081FB

Tints of Light Slate Blue #A081FB

Color information

#A081FB (or 0xA081FB) is unknown color: approx Light Slate Blue. HEX triplet: A0, 81 and FB. RGB value is (160,129,251). Sum of RGB (Red+Green+Blue) = 160+129+251=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #A081FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081FB is #5F7E04. Grayscale: #979797. Windows color (decimal): -6258181 or 16482720. OLE color: 16482720.

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

Color convert

RGB160129251-
CMYK0.360.4900.02
HSL255.25º93.85%74.51%-
HSV(B)255.25º48.61%98.43%-
XYZ39.7630.1494.99-
YUV152.18183.77133.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.63%
GREEN value IS 129 (50.78% from 255) = 23.89%
BLUE value IS 251 (98.44% from 255) = 46.48%
R=29.63%
G=23.89%
B=46.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601292510.360.4900.02255.2593.8574.51
HexA081FB243102ff5e4b
Octal240201373446102377136113
Binary1010000010000001111110111001001100010101111111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081FB; }

 p { color: rgb(160,129,251); }

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

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

 a { background-color: rgb(160,129,251); }

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

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

 span { border-color: rgb(160,129,251); }

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