#A68BFB

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

Shades of Light Slate Blue #A68BFB

Tints of Light Slate Blue #A68BFB

Color information

#A68BFB (or 0xA68BFB) is unknown color: approx Light Slate Blue. HEX triplet: A6, 8B and FB. RGB value is (166,139,251). Sum of RGB (Red+Green+Blue) = 166+139+251=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #A68BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68BFB is #597404. Grayscale: #9F9F9F. Windows color (decimal): -5862405 or 16485286. OLE color: 16485286.

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

Color convert

RGB166139251-
CMYK0.340.4500.02
HSL254.46º93.33%76.47%-
HSV(B)254.46º44.62%98.43%-
XYZ42.3733.5495.51-
YUV159.84179.45132.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.86%
GREEN value IS 139 (54.69% from 255) = 25%
BLUE value IS 251 (98.44% from 255) = 45.14%
R=29.86%
G=25%
B=45.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661392510.340.4500.02254.4693.3376.47
HexA68BFB222D02fe5d4c
Octal246213373425502376135114
Binary1010011010001011111110111000101011010101111111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68BFB; }

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

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

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

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

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

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

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

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