#A481FC

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

Shades of Light Slate Blue #A481FC

Tints of Light Slate Blue #A481FC

Color information

#A481FC (or 0xA481FC) is unknown color: approx Light Slate Blue. HEX triplet: A4, 81 and FC. RGB value is (164,129,252). Sum of RGB (Red+Green+Blue) = 164+129+252=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #A481FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A481FC is #5B7E03. Grayscale: #999999. Windows color (decimal): -5996036 or 16548260. OLE color: 16548260.

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

Color convert

RGB164129252-
CMYK0.350.4900.01
HSL257.07º95.35%74.71%-
HSV(B)257.07º48.81%98.82%-
XYZ40.7330.6295.86-
YUV153.49183.6135.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 252 (98.83% from 255) = 46.24%
R=30.09%
G=23.67%
B=46.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1641292520.350.4900.01257.0795.3574.71
HexA481FC2331011015f4b
Octal244201374436101401137113
Binary1010010010000001111111001000111100010110000000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481FC; }

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

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

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

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

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

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

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

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