#A980FF

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

Shades of Light Slate Blue #A980FF

Tints of Light Slate Blue #A980FF

Color information

#A980FF (or 0xA980FF) is unknown color: approx Light Slate Blue. HEX triplet: A9, 80 and FF. RGB value is (169,128,255). Sum of RGB (Red+Green+Blue) = 169+128+255=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #A980FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A980FF is #567F00. Grayscale: #9A9A9A. Windows color (decimal): -5668609 or 16744617. OLE color: 16744617.

HSL color Cylindrical-coordinate representation of color #A980FF: hue angle of 259.37º 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 #A980FF is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169128255-
CMYK0.340.5000
HSL259.37º100%75.1%-
HSV(B)259.37º49.8%100%-
XYZ42.1331.0998.39-
YUV154.74184.58138.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.62%
GREEN value IS 128 (50.39% from 255) = 23.19%
BLUE value IS 255 (100% from 255) = 46.20%
R=30.62%
G=23.19%
B=46.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691282550.340.5000259.3710075.1
HexA980FF223200103644b
Octal251200377426200403144113
Binary1010100110000000111111111000101100100010000001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980FF; }

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

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

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

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

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

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

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

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