#A68CFB

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

Shades of Light Slate Blue #A68CFB

Tints of Light Slate Blue #A68CFB

Color information

#A68CFB (or 0xA68CFB) is unknown color: approx Light Slate Blue. HEX triplet: A6, 8C and FB. RGB value is (166,140,251). Sum of RGB (Red+Green+Blue) = 166+140+251=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #A68CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68CFB is #597304. Grayscale: #A0A0A0. Windows color (decimal): -5862149 or 16485542. OLE color: 16485542.

HSL color Cylindrical-coordinate representation of color #A68CFB: hue angle of 254.05º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A68CFB is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166140251-
CMYK0.340.4400.02
HSL254.05º93.28%76.67%-
HSV(B)254.05º44.22%98.43%-
XYZ42.5233.8395.56-
YUV160.43179.11131.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.80%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=29.80%
G=25.13%
B=45.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661402510.340.4400.02254.0593.2876.67
HexA68CFB222C02fe5d4d
Octal246214373425402376135115
Binary1010011010001100111110111000101011000101111111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68CFB; }

 p { color: rgb(166,140,251); }

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

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

 a { background-color: rgb(166,140,251); }

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

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

 span { border-color: rgb(166,140,251); }

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