#A480FF

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

Shades of Light Slate Blue #A480FF

Tints of Light Slate Blue #A480FF

Color information

#A480FF (or 0xA480FF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 80 and FF. RGB value is (164,128,255). Sum of RGB (Red+Green+Blue) = 164+128+255=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #A480FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A480FF is #5B7F00. Grayscale: #989898. Windows color (decimal): -5996289 or 16744612. OLE color: 16744612.

HSL color Cylindrical-coordinate representation of color #A480FF: hue angle of 257.01º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A480FF is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB164128255-
CMYK0.360.5000
HSL257.01º100%75.1%-
HSV(B)257.01º49.8%100%-
XYZ41.0830.5598.34-
YUV153.24185.43135.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.98%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 255 (100% from 255) = 46.62%
R=29.98%
G=23.40%
B=46.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641282550.360.5000257.0110075.1
HexA480FF243200101644b
Octal244200377446200401144113
Binary1010010010000000111111111001001100100010000000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480FF; }

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

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

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

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

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

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

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

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