#A481FB

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

Shades of Light Slate Blue #A481FB

Tints of Light Slate Blue #A481FB

Color information

#A481FB (or 0xA481FB) is unknown color: approx Light Slate Blue. HEX triplet: A4, 81 and FB. RGB value is (164,129,251). Sum of RGB (Red+Green+Blue) = 164+129+251=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #A481FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A481FB is #5B7E04. Grayscale: #989898. Windows color (decimal): -5996037 or 16482724. OLE color: 16482724.

HSL color Cylindrical-coordinate representation of color #A481FB: hue angle of 257.21º 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 #A481FB is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164129251-
CMYK0.350.4900.02
HSL257.21º93.85%74.51%-
HSV(B)257.21º48.61%98.43%-
XYZ40.5730.5695.03-
YUV153.37183.1135.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 251 (98.44% from 255) = 46.14%
R=30.15%
G=23.71%
B=46.14%

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
Decimal1641292510.350.4900.02257.2193.8574.51
HexA481FB2331021015e4b
Octal244201373436102401136113
Binary10100100100000011111101110001111000101010000000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481FB; }

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

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

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

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

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

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

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

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