#A788FA

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

Shades of Light Slate Blue #A788FA

Tints of Light Slate Blue #A788FA

Color information

#A788FA (or 0xA788FA) is unknown color: approx Light Slate Blue. HEX triplet: A7, 88 and FA. RGB value is (167,136,250). Sum of RGB (Red+Green+Blue) = 167+136+250=553 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.20% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #A788FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A788FA is #587705. Grayscale: #9D9D9D. Windows color (decimal): -5797638 or 16418983. OLE color: 16418983.

HSL color Cylindrical-coordinate representation of color #A788FA: hue angle of 256.32º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A788FA is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167136250-
CMYK0.330.4600.02
HSL256.32º91.94%75.69%-
HSV(B)256.32º45.6%98.04%-
XYZ4232.7394.55-
YUV158.26179.77134.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.20%
GREEN value IS 136 (53.52% from 255) = 24.59%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=30.20%
G=24.59%
B=45.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671362500.330.4600.02256.3291.9475.69
HexA788FA212E021005c4c
Octal247210372415602400134114
Binary10100111100010001111101010000110111001010000000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A788FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A788FA; }

 p { color: rgb(167,136,250); }

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

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

 a { background-color: rgb(167,136,250); }

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

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

 span { border-color: rgb(167,136,250); }

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