#A077FE

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

Shades of Light Slate Blue #A077FE

Tints of Light Slate Blue #A077FE

Color information

#A077FE (or 0xA077FE) is unknown color: approx Light Slate Blue. HEX triplet: A0, 77 and FE. RGB value is (160,119,254). Sum of RGB (Red+Green+Blue) = 160+119+254=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #A077FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077FE is #5F8801. Grayscale: #929292. Windows color (decimal): -6260738 or 16676768. OLE color: 16676768.

HSL color Cylindrical-coordinate representation of color #A077FE: hue angle of 258.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A077FE is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB160119254-
CMYK0.370.5300.00
HSL258.22º98.54%73.14%-
HSV(B)258.22º53.15%99.61%-
XYZ38.9827.8297.08-
YUV146.65188.58137.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 119 (46.88% from 255) = 22.33%
BLUE value IS 254 (99.61% from 255) = 47.65%
R=30.02%
G=22.33%
B=47.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601192540.370.5300.00258.2298.5473.14
HexA077FE2535001026349
Octal240167376456500402143111
Binary101000001110111111111101001011101010010000001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A077FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A077FE; }

 p { color: rgb(160,119,254); }

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

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

 a { background-color: rgb(160,119,254); }

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

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

 span { border-color: rgb(160,119,254); }

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