#A47AFD

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

Shades of Light Slate Blue #A47AFD

Tints of Light Slate Blue #A47AFD

Color information

#A47AFD (or 0xA47AFD) is unknown color: approx Light Slate Blue. HEX triplet: A4, 7A and FD. RGB value is (164,122,253). Sum of RGB (Red+Green+Blue) = 164+122+253=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #A47AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47AFD is #5B8502. Grayscale: #959595. Windows color (decimal): -5997827 or 16612004. OLE color: 16612004.

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

Color convert

RGB164122253-
CMYK0.350.5200.01
HSL259.24º97.04%73.53%-
HSV(B)259.24º51.78%99.22%-
XYZ4028.996.4-
YUV149.49186.41138.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 122 (48.05% from 255) = 22.63%
BLUE value IS 253 (99.22% from 255) = 46.94%
R=30.43%
G=22.63%
B=46.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1641222530.350.5200.01259.2497.0473.53
HexA47AFD233401103614a
Octal244172375436401403141112
Binary101001001111010111111011000111101000110000001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47AFD; }

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

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

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

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

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

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

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

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