#A474FD

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

Shades of Light Slate Blue #A474FD

Tints of Light Slate Blue #A474FD

Color information

#A474FD (or 0xA474FD) is unknown color: approx Light Slate Blue. HEX triplet: A4, 74 and FD. RGB value is (164,116,253). Sum of RGB (Red+Green+Blue) = 164+116+253=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #A474FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A474FD is #5B8B02. Grayscale: #919191. Windows color (decimal): -5999363 or 16610468. OLE color: 16610468.

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

Color convert

RGB164116253-
CMYK0.350.5400.01
HSL261.02º97.16%72.35%-
HSV(B)261.02º54.15%99.22%-
XYZ39.2827.4896.16-
YUV145.97188.4140.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 116 (45.70% from 255) = 21.76%
BLUE value IS 253 (99.22% from 255) = 47.47%
R=30.77%
G=21.76%
B=47.47%

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
Decimal1641162530.350.5400.01261.0297.1672.35
HexA474FD2336011056148
Octal244164375436601405141110
Binary101001001110100111111011000111101100110000010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A474FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A474FD; }

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

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

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

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

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

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

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

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