#A470FD

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

Shades of Light Slate Blue #A470FD

Tints of Light Slate Blue #A470FD

Color information

#A470FD (or 0xA470FD) is unknown color: approx Light Slate Blue. HEX triplet: A4, 70 and FD. RGB value is (164,112,253). Sum of RGB (Red+Green+Blue) = 164+112+253=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #A470FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A470FD is #5B8F02. Grayscale: #8F8F8F. Windows color (decimal): -6000387 or 16609444. OLE color: 16609444.

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

Color convert

RGB164112253-
CMYK0.350.5600.01
HSL262.13º97.24%71.57%-
HSV(B)262.13º55.73%99.22%-
XYZ38.8326.5796.01-
YUV143.62189.73142.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 112 (44.14% from 255) = 21.17%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=31.00%
G=21.17%
B=47.83%

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
Decimal1641122530.350.5600.01262.1397.2471.57
HexA470FD2338011066148
Octal244160375437001406141110
Binary101001001110000111111011000111110000110000011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A470FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A470FD; }

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

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

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

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

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

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

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

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