#A68FFE

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

Shades of Light Slate Blue #A68FFE

Tints of Light Slate Blue #A68FFE

Color information

#A68FFE (or 0xA68FFE) is unknown color: approx Light Slate Blue. HEX triplet: A6, 8F and FE. RGB value is (166,143,254). Sum of RGB (Red+Green+Blue) = 166+143+254=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #A68FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FFE is #597001. Grayscale: #A2A2A2. Windows color (decimal): -5861378 or 16682918. OLE color: 16682918.

HSL color Cylindrical-coordinate representation of color #A68FFE: hue angle of 252.43º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A68FFE is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB166143254-
CMYK0.350.4400.00
HSL252.43º98.23%77.84%-
HSV(B)252.43º43.7%99.61%-
XYZ43.4434.9198.21-
YUV162.53179.62130.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.48%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=29.48%
G=25.40%
B=45.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661432540.350.4400.00252.4398.2377.84
HexA68FFE232C00fc624e
Octal246217376435400374142116
Binary101001101000111111111110100011101100001111110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FFE; }

 p { color: rgb(166,143,254); }

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

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

 a { background-color: rgb(166,143,254); }

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

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

 span { border-color: rgb(166,143,254); }

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