#A174FD

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

Shades of Light Slate Blue #A174FD

Tints of Light Slate Blue #A174FD

Color information

#A174FD (or 0xA174FD) is unknown color: approx Light Slate Blue. HEX triplet: A1, 74 and FD. RGB value is (161,116,253). Sum of RGB (Red+Green+Blue) = 161+116+253=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 116 (45.70% from 255 or 21.89% 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 #A174FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A174FD is #5E8B02. Grayscale: #909090. Windows color (decimal): -6195971 or 16610465. OLE color: 16610465.

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

Color convert

RGB161116253-
CMYK0.360.5400.01
HSL259.71º97.16%72.35%-
HSV(B)259.71º54.15%99.22%-
XYZ38.6727.1696.13-
YUV145.07188.91139.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 116 (45.70% from 255) = 21.89%
BLUE value IS 253 (99.22% from 255) = 47.74%
R=30.38%
G=21.89%
B=47.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611162530.360.5400.01259.7197.1672.35
HexA174FD2436011046148
Octal241164375446601404141110
Binary101000011110100111111011001001101100110000010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A174FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A174FD; }

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

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

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

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

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

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

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

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