#A570FD

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

Shades of Light Slate Blue #A570FD

Tints of Light Slate Blue #A570FD

Color information

#A570FD (or 0xA570FD) is unknown color: approx Light Slate Blue. HEX triplet: A5, 70 and FD. RGB value is (165,112,253). Sum of RGB (Red+Green+Blue) = 165+112+253=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #A570FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A570FD is #5A8F02. Grayscale: #8F8F8F. Windows color (decimal): -5934851 or 16609445. OLE color: 16609445.

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

Color convert

RGB165112253-
CMYK0.350.5600.01
HSL262.55º97.24%71.57%-
HSV(B)262.55º55.73%99.22%-
XYZ39.0426.6896.02-
YUV143.92189.56143.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 112 (44.14% from 255) = 21.13%
BLUE value IS 253 (99.22% from 255) = 47.74%
R=31.13%
G=21.13%
B=47.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651122530.350.5600.01262.5597.2471.57
HexA570FD2338011076148
Octal245160375437001407141110
Binary101001011110000111111011000111110000110000011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570FD; }

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

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

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

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

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

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

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

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