#A170FD

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

Shades of Light Slate Blue #A170FD

Tints of Light Slate Blue #A170FD

Color information

#A170FD (or 0xA170FD) is unknown color: approx Light Slate Blue. HEX triplet: A1, 70 and FD. RGB value is (161,112,253). Sum of RGB (Red+Green+Blue) = 161+112+253=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #A170FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170FD is #5E8F02. Grayscale: #8E8E8E. Windows color (decimal): -6196995 or 16609441. OLE color: 16609441.

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

Color convert

RGB161112253-
CMYK0.360.5600.01
HSL260.85º97.24%71.57%-
HSV(B)260.85º55.73%99.22%-
XYZ38.2226.2695.98-
YUV142.72190.23141.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 112 (44.14% from 255) = 21.29%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=30.61%
G=21.29%
B=48.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611122530.360.5600.01260.8597.2471.57
HexA170FD2438011056148
Octal241160375447001405141110
Binary101000011110000111111011001001110000110000010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A170FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A170FD; }

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

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

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

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

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

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

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

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