#A581FB

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

Shades of Light Slate Blue #A581FB

Tints of Light Slate Blue #A581FB

Color information

#A581FB (or 0xA581FB) is unknown color: approx Light Slate Blue. HEX triplet: A5, 81 and FB. RGB value is (165,129,251). Sum of RGB (Red+Green+Blue) = 165+129+251=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #A581FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A581FB is #5A7E04. Grayscale: #999999. Windows color (decimal): -5930501 or 16482725. OLE color: 16482725.

HSL color Cylindrical-coordinate representation of color #A581FB: hue angle of 257.7º 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 #A581FB is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165129251-
CMYK0.340.4900.02
HSL257.7º93.85%74.51%-
HSV(B)257.7º48.61%98.43%-
XYZ40.7830.6695.04-
YUV153.67182.93136.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.28%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=30.28%
G=23.67%
B=46.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651292510.340.4900.02257.793.8574.51
HexA581FB2231021025e4b
Octal245201373426102402136113
Binary10100101100000011111101110001011000101010000001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A581FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A581FB; }

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

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

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

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

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

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

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

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