#A575FD

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

Shades of Light Slate Blue #A575FD

Tints of Light Slate Blue #A575FD

Color information

#A575FD (or 0xA575FD) is unknown color: approx Light Slate Blue. HEX triplet: A5, 75 and FD. RGB value is (165,117,253). Sum of RGB (Red+Green+Blue) = 165+117+253=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #A575FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A575FD is #5A8A02. Grayscale: #929292. Windows color (decimal): -5933571 or 16610725. OLE color: 16610725.

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

Color convert

RGB165117253-
CMYK0.350.5400.01
HSL261.18º97.14%72.55%-
HSV(B)261.18º53.75%99.22%-
XYZ39.6127.8196.21-
YUV146.86187.9140.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.84%
GREEN value IS 117 (46.09% from 255) = 21.87%
BLUE value IS 253 (99.22% from 255) = 47.29%
R=30.84%
G=21.87%
B=47.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651172530.350.5400.01261.1897.1472.55
HexA575FD2336011056149
Octal245165375436601405141111
Binary101001011110101111111011000111101100110000010111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575FD; }

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

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

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

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

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

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

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

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