#A080FA

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

Shades of Light Slate Blue #A080FA

Tints of Light Slate Blue #A080FA

Color information

#A080FA (or 0xA080FA) is unknown color: approx Light Slate Blue. HEX triplet: A0, 80 and FA. RGB value is (160,128,250). Sum of RGB (Red+Green+Blue) = 160+128+250=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #A080FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A080FA is #5F7F05. Grayscale: #979797. Windows color (decimal): -6258438 or 16416928. OLE color: 16416928.

HSL color Cylindrical-coordinate representation of color #A080FA: hue angle of 255.74º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A080FA is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160128250-
CMYK0.360.4900.02
HSL255.74º92.42%74.12%-
HSV(B)255.74º48.8%98.04%-
XYZ39.4729.8194.12-
YUV151.48183.6134.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 250 (98.05% from 255) = 46.47%
R=29.74%
G=23.79%
B=46.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601282500.360.4900.02255.7492.4274.12
HexA080FA2431021005c4a
Octal240200372446102400134112
Binary10100000100000001111101010010011000101010000000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080FA; }

 p { color: rgb(160,128,250); }

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

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

 a { background-color: rgb(160,128,250); }

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

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

 span { border-color: rgb(160,128,250); }

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