#A78CFC

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

Shades of Light Slate Blue #A78CFC

Tints of Light Slate Blue #A78CFC

Color information

#A78CFC (or 0xA78CFC) is unknown color: approx Light Slate Blue. HEX triplet: A7, 8C and FC. RGB value is (167,140,252). Sum of RGB (Red+Green+Blue) = 167+140+252=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #A78CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78CFC is #587303. Grayscale: #A0A0A0. Windows color (decimal): -5796612 or 16551079. OLE color: 16551079.

HSL color Cylindrical-coordinate representation of color #A78CFC: hue angle of 254.46º degrees, saturation: 0.95, 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 #A78CFC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167140252-
CMYK0.340.4400.01
HSL254.46º94.92%76.86%-
HSV(B)254.46º44.44%98.82%-
XYZ42.893496.4-
YUV160.84179.45132.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.87%
GREEN value IS 140 (55.08% from 255) = 25.04%
BLUE value IS 252 (98.83% from 255) = 45.08%
R=29.87%
G=25.04%
B=45.08%

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
Decimal1671402520.340.4400.01254.4694.9276.86
HexA78CFC222C01fe5f4d
Octal247214374425401376137115
Binary101001111000110011111100100010101100011111111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78CFC; }

 p { color: rgb(167,140,252); }

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

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

 a { background-color: rgb(167,140,252); }

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

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

 span { border-color: rgb(167,140,252); }

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