#A581FC

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

Shades of Light Slate Blue #A581FC

Tints of Light Slate Blue #A581FC

Color information

#A581FC (or 0xA581FC) is unknown color: approx Light Slate Blue. HEX triplet: A5, 81 and FC. RGB value is (165,129,252). Sum of RGB (Red+Green+Blue) = 165+129+252=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #A581FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A581FC is #5A7E03. Grayscale: #999999. Windows color (decimal): -5930500 or 16548261. OLE color: 16548261.

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

Color convert

RGB165129252-
CMYK0.350.4900.01
HSL257.56º95.35%74.71%-
HSV(B)257.56º48.81%98.82%-
XYZ40.9430.7395.87-
YUV153.79183.43136-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.22%
GREEN value IS 129 (50.78% from 255) = 23.63%
BLUE value IS 252 (98.83% from 255) = 46.15%
R=30.22%
G=23.63%
B=46.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651292520.350.4900.01257.5695.3574.71
HexA581FC2331011025f4b
Octal245201374436101402137113
Binary1010010110000001111111001000111100010110000001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A581FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A581FC; }

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

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

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

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

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

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

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

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