#A271FE

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

Shades of Light Slate Blue #A271FE

Tints of Light Slate Blue #A271FE

Color information

#A271FE (or 0xA271FE) is unknown color: approx Light Slate Blue. HEX triplet: A2, 71 and FE. RGB value is (162,113,254). Sum of RGB (Red+Green+Blue) = 162+113+254=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #A271FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271FE is #5D8E01. Grayscale: #8F8F8F. Windows color (decimal): -6131202 or 16675234. OLE color: 16675234.

HSL color Cylindrical-coordinate representation of color #A271FE: hue angle of 260.85º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A271FE is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB162113254-
CMYK0.360.5600.00
HSL260.85º98.6%71.96%-
HSV(B)260.85º55.51%99.61%-
XYZ38.6926.6596.87-
YUV143.72190.23141.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.62%
GREEN value IS 113 (44.53% from 255) = 21.36%
BLUE value IS 254 (99.61% from 255) = 48.02%
R=30.62%
G=21.36%
B=48.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1621132540.360.5600.00260.8598.671.96
HexA271FE2438001056348
Octal242161376447000405143110
Binary101000101110001111111101001001110000010000010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A271FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A271FE; }

 p { color: rgb(162,113,254); }

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

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

 a { background-color: rgb(162,113,254); }

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

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

 span { border-color: rgb(162,113,254); }

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