#A578FD

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

Shades of Light Slate Blue #A578FD

Tints of Light Slate Blue #A578FD

Color information

#A578FD (or 0xA578FD) is unknown color: approx Light Slate Blue. HEX triplet: A5, 78 and FD. RGB value is (165,120,253). Sum of RGB (Red+Green+Blue) = 165+120+253=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #A578FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A578FD is #5A8702. Grayscale: #949494. Windows color (decimal): -5932803 or 16611493. OLE color: 16611493.

HSL color Cylindrical-coordinate representation of color #A578FD: hue angle of 260.3º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A578FD is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165120253-
CMYK0.350.5300.01
HSL260.3º97.08%73.14%-
HSV(B)260.3º52.57%99.22%-
XYZ39.9628.5296.33-
YUV148.62186.91139.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.67%
GREEN value IS 120 (47.27% from 255) = 22.30%
BLUE value IS 253 (99.22% from 255) = 47.03%
R=30.67%
G=22.30%
B=47.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651202530.350.5300.01260.397.0873.14
HexA578FD2335011046149
Octal245170375436501404141111
Binary101001011111000111111011000111101010110000010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578FD; }

 p { color: rgb(165,120,253); }

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

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

 a { background-color: rgb(165,120,253); }

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

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

 span { border-color: rgb(165,120,253); }

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