#A281FB

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

Shades of Light Slate Blue #A281FB

Tints of Light Slate Blue #A281FB

Color information

#A281FB (or 0xA281FB) is unknown color: approx Light Slate Blue. HEX triplet: A2, 81 and FB. RGB value is (162,129,251). Sum of RGB (Red+Green+Blue) = 162+129+251=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #A281FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A281FB is #5D7E04. Grayscale: #989898. Windows color (decimal): -6127109 or 16482722. OLE color: 16482722.

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

Color convert

RGB162129251-
CMYK0.350.4900.02
HSL256.23º93.85%74.51%-
HSV(B)256.23º48.61%98.43%-
XYZ40.1630.3595.01-
YUV152.78183.43134.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.89%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 251 (98.44% from 255) = 46.31%
R=29.89%
G=23.80%
B=46.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621292510.350.4900.02256.2393.8574.51
HexA281FB2331021005e4b
Octal242201373436102400136113
Binary10100010100000011111101110001111000101010000000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A281FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A281FB; }

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

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

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

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

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

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

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

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