#A08CFB

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

Shades of Light Slate Blue #A08CFB

Tints of Light Slate Blue #A08CFB

Color information

#A08CFB (or 0xA08CFB) is unknown color: approx Light Slate Blue. HEX triplet: A0, 8C and FB. RGB value is (160,140,251). Sum of RGB (Red+Green+Blue) = 160+140+251=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #A08CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08CFB is #5F7304. Grayscale: #9E9E9E. Windows color (decimal): -6255365 or 16485536. OLE color: 16485536.

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

Color convert

RGB160140251-
CMYK0.360.4400.02
HSL250.81º93.28%76.67%-
HSV(B)250.81º44.22%98.43%-
XYZ41.2933.1995.5-
YUV158.63180.13128.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.04%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 251 (98.44% from 255) = 45.55%
R=29.04%
G=25.41%
B=45.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601402510.360.4400.02250.8193.2876.67
HexA08CFB242C02fb5d4d
Octal240214373445402373135115
Binary1010000010001100111110111001001011000101111101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08CFB; }

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

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

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

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

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

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

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

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