#A281FD

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

Shades of Light Slate Blue #A281FD

Tints of Light Slate Blue #A281FD

Color information

#A281FD (or 0xA281FD) is unknown color: approx Light Slate Blue. HEX triplet: A2, 81 and FD. RGB value is (162,129,253). Sum of RGB (Red+Green+Blue) = 162+129+253=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #A281FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A281FD is #5D7E02. Grayscale: #989898. Windows color (decimal): -6127107 or 16613794. OLE color: 16613794.

HSL color Cylindrical-coordinate representation of color #A281FD: hue angle of 255.97º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A281FD is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB162129253-
CMYK0.360.4900.01
HSL255.97º96.88%74.9%-
HSV(B)255.97º49.01%99.22%-
XYZ40.4830.4796.68-
YUV153184.43134.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.78%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 253 (99.22% from 255) = 46.51%
R=29.78%
G=23.71%
B=46.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1621292530.360.4900.01255.9796.8874.9
HexA281FD243101100614b
Octal242201375446101400141113
Binary1010001010000001111111011001001100010110000000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A281FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A281FD; }

 p { color: rgb(162,129,253); }

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

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

 a { background-color: rgb(162,129,253); }

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

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

 span { border-color: rgb(162,129,253); }

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