#A287FA

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

Shades of Light Slate Blue #A287FA

Tints of Light Slate Blue #A287FA

Color information

#A287FA (or 0xA287FA) is unknown color: approx Light Slate Blue. HEX triplet: A2, 87 and FA. RGB value is (162,135,250). Sum of RGB (Red+Green+Blue) = 162+135+250=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #A287FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A287FA is #5D7805. Grayscale: #9B9B9B. Windows color (decimal): -6125574 or 16418722. OLE color: 16418722.

HSL color Cylindrical-coordinate representation of color #A287FA: hue angle of 254.09º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A287FA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162135250-
CMYK0.350.4600.02
HSL254.09º92%75.49%-
HSV(B)254.09º46%98.04%-
XYZ40.8231.9194.45-
YUV156.18180.95132.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.62%
GREEN value IS 135 (53.12% from 255) = 24.68%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=29.62%
G=24.68%
B=45.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621352500.350.4600.02254.099275.49
HexA287FA232E02fe5c4b
Octal242207372435602376134113
Binary1010001010000111111110101000111011100101111111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A287FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A287FA; }

 p { color: rgb(162,135,250); }

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

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

 a { background-color: rgb(162,135,250); }

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

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

 span { border-color: rgb(162,135,250); }

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