#A06FFA

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

Shades of Light Slate Blue #A06FFA

Tints of Light Slate Blue #A06FFA

Color information

#A06FFA (or 0xA06FFA) is unknown color: approx Light Slate Blue. HEX triplet: A0, 6F and FA. RGB value is (160,111,250). Sum of RGB (Red+Green+Blue) = 160+111+250=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #A06FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06FFA is #5F9005. Grayscale: #8C8C8C. Windows color (decimal): -6262790 or 16412576. OLE color: 16412576.

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

Color convert

RGB160111250-
CMYK0.360.5600.02
HSL261.15º93.29%70.78%-
HSV(B)261.15º55.6%98.04%-
XYZ37.4425.7493.44-
YUV141.5189.23141.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 111 (43.75% from 255) = 21.31%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=30.71%
G=21.31%
B=47.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601112500.360.5600.02261.1593.2970.78
HexA06FFA2438021055d47
Octal240157372447002405135107
Binary1010000011011111111101010010011100001010000010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FFA; }

 p { color: rgb(160,111,250); }

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

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

 a { background-color: rgb(160,111,250); }

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

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

 span { border-color: rgb(160,111,250); }

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