#A480FD

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

Shades of Light Slate Blue #A480FD

Tints of Light Slate Blue #A480FD

Color information

#A480FD (or 0xA480FD) is unknown color: approx Light Slate Blue. HEX triplet: A4, 80 and FD. RGB value is (164,128,253). Sum of RGB (Red+Green+Blue) = 164+128+253=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #A480FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A480FD is #5B7F02. Grayscale: #989898. Windows color (decimal): -5996291 or 16613540. OLE color: 16613540.

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

Color convert

RGB164128253-
CMYK0.350.4900.01
HSL257.28º96.9%74.71%-
HSV(B)257.28º49.41%99.22%-
XYZ40.7630.4296.65-
YUV153.01184.43135.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=30.09%
G=23.49%
B=46.42%

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
Decimal1641282530.350.4900.01257.2896.974.71
HexA480FD233101101614b
Octal244200375436101401141113
Binary1010010010000000111111011000111100010110000000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480FD; }

 p { color: rgb(164,128,253); }

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

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

 a { background-color: rgb(164,128,253); }

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

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

 span { border-color: rgb(164,128,253); }

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