#A78DFD

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

Shades of Light Slate Blue #A78DFD

Tints of Light Slate Blue #A78DFD

Color information

#A78DFD (or 0xA78DFD) is unknown color: approx Light Slate Blue. HEX triplet: A7, 8D and FD. RGB value is (167,141,253). Sum of RGB (Red+Green+Blue) = 167+141+253=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #A78DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78DFD is #587202. Grayscale: #A1A1A1. Windows color (decimal): -5796355 or 16616871. OLE color: 16616871.

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

Color convert

RGB167141253-
CMYK0.340.4400.01
HSL253.93º96.55%77.25%-
HSV(B)253.93º44.27%99.22%-
XYZ43.1934.3697.28-
YUV161.54179.61131.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.77%
GREEN value IS 141 (55.47% from 255) = 25.13%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=29.77%
G=25.13%
B=45.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671412530.340.4400.01253.9396.5577.25
HexA78DFD222C01fe614d
Octal247215375425401376141115
Binary101001111000110111111101100010101100011111111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DFD; }

 p { color: rgb(167,141,253); }

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

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

 a { background-color: rgb(167,141,253); }

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

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

 span { border-color: rgb(167,141,253); }

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