#A06BFB

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

Shades of Light Slate Blue #A06BFB

Tints of Light Slate Blue #A06BFB

Color information

#A06BFB (or 0xA06BFB) is unknown color: approx Light Slate Blue. HEX triplet: A0, 6B and FB. RGB value is (160,107,251). Sum of RGB (Red+Green+Blue) = 160+107+251=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #A06BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06BFB is #5F9404. Grayscale: #8A8A8A. Windows color (decimal): -6263813 or 16477088. OLE color: 16477088.

HSL color Cylindrical-coordinate representation of color #A06BFB: hue angle of 262.08º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A06BFB is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160107251-
CMYK0.360.5700.02
HSL262.08º94.74%70.2%-
HSV(B)262.08º57.37%98.43%-
XYZ37.1724.9594.12-
YUV139.26191.06142.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.89%
GREEN value IS 107 (42.19% from 255) = 20.66%
BLUE value IS 251 (98.44% from 255) = 48.46%
R=30.89%
G=20.66%
B=48.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601072510.360.5700.02262.0894.7470.2
HexA06BFB2439021065f46
Octal240153373447102406137106
Binary1010000011010111111101110010011100101010000011010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06BFB; }

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

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

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

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

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

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

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

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