#A286F7

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

Shades of Light Slate Blue #A286F7

Tints of Light Slate Blue #A286F7

Color information

#A286F7 (or 0xA286F7) is unknown color: approx Light Slate Blue. HEX triplet: A2, 86 and F7. RGB value is (162,134,247). Sum of RGB (Red+Green+Blue) = 162+134+247=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #A286F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A286F7 is #5D7908. Grayscale: #9A9A9A. Windows color (decimal): -6125833 or 16221858. OLE color: 16221858.

HSL color Cylindrical-coordinate representation of color #A286F7: hue angle of 254.87º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A286F7 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB162134247-
CMYK0.340.4600.03
HSL254.87º87.6%74.71%-
HSV(B)254.87º45.75%96.86%-
XYZ40.2131.4591.95-
YUV155.25179.78132.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.83%
GREEN value IS 134 (52.73% from 255) = 24.68%
BLUE value IS 247 (96.88% from 255) = 45.49%
R=29.83%
G=24.68%
B=45.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1621342470.340.4600.03254.8787.674.71
HexA286F7222E03ff584b
Octal242206367425603377130113
Binary1010001010000110111101111000101011100111111111110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A286F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A286F7; }

 p { color: rgb(162,134,247); }

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

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

 a { background-color: rgb(162,134,247); }

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

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

 span { border-color: rgb(162,134,247); }

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