#A281FC

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

Shades of Light Slate Blue #A281FC

Tints of Light Slate Blue #A281FC

Color information

#A281FC (or 0xA281FC) is unknown color: approx Light Slate Blue. HEX triplet: A2, 81 and FC. RGB value is (162,129,252). Sum of RGB (Red+Green+Blue) = 162+129+252=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #A281FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A281FC is #5D7E03. Grayscale: #989898. Windows color (decimal): -6127108 or 16548258. OLE color: 16548258.

HSL color Cylindrical-coordinate representation of color #A281FC: hue angle of 256.1º degrees, saturation: 0.95, 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 #A281FC is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB162129252-
CMYK0.360.4900.01
HSL256.1º95.35%74.71%-
HSV(B)256.1º48.81%98.82%-
XYZ40.3230.4195.84-
YUV152.89183.93134.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.83%
GREEN value IS 129 (50.78% from 255) = 23.76%
BLUE value IS 252 (98.83% from 255) = 46.41%
R=29.83%
G=23.76%
B=46.41%

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
Decimal1621292520.360.4900.01256.195.3574.71
HexA281FC2431011005f4b
Octal242201374446101400137113
Binary1010001010000001111111001001001100010110000000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A281FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A281FC; }

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

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

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

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

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

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

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

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