#A68DFD

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

Shades of Light Slate Blue #A68DFD

Tints of Light Slate Blue #A68DFD

Color information

#A68DFD (or 0xA68DFD) is unknown color: approx Light Slate Blue. HEX triplet: A6, 8D and FD. RGB value is (166,141,253). Sum of RGB (Red+Green+Blue) = 166+141+253=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #A68DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68DFD is #597202. Grayscale: #A0A0A0. Windows color (decimal): -5861891 or 16616870. OLE color: 16616870.

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

Color convert

RGB166141253-
CMYK0.340.4400.01
HSL253.39º96.55%77.25%-
HSV(B)253.39º44.27%99.22%-
XYZ42.9834.2597.27-
YUV161.24179.78131.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 253 (99.22% from 255) = 45.18%
R=29.64%
G=25.18%
B=45.18%

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
Decimal1661412530.340.4400.01253.3996.5577.25
HexA68DFD222C01fd614d
Octal246215375425401375141115
Binary101001101000110111111101100010101100011111110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68DFD; }

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

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

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

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

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

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

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

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