#A68AFE

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

Shades of Light Slate Blue #A68AFE

Tints of Light Slate Blue #A68AFE

Color information

#A68AFE (or 0xA68AFE) is unknown color: approx Light Slate Blue. HEX triplet: A6, 8A and FE. RGB value is (166,138,254). Sum of RGB (Red+Green+Blue) = 166+138+254=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #A68AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68AFE is #597501. Grayscale: #9F9F9F. Windows color (decimal): -5862658 or 16681638. OLE color: 16681638.

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

Color convert

RGB166138254-
CMYK0.350.4600.00
HSL254.48º98.31%76.86%-
HSV(B)254.48º45.67%99.61%-
XYZ42.733.4497.97-
YUV159.6181.28132.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.75%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 254 (99.61% from 255) = 45.52%
R=29.75%
G=24.73%
B=45.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661382540.350.4600.00254.4898.3176.86
HexA68AFE232E00fe624d
Octal246212376435600376142115
Binary101001101000101011111110100011101110001111111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68AFE; }

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

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

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

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

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

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

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

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