#A773FE

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

Shades of Light Slate Blue #A773FE

Tints of Light Slate Blue #A773FE

Color information

#A773FE (or 0xA773FE) is unknown color: approx Light Slate Blue. HEX triplet: A7, 73 and FE. RGB value is (167,115,254). Sum of RGB (Red+Green+Blue) = 167+115+254=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #A773FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A773FE is #588C01. Grayscale: #919191. Windows color (decimal): -5803010 or 16675751. OLE color: 16675751.

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

Color convert

RGB167115254-
CMYK0.340.5500.00
HSL262.45º98.58%72.35%-
HSV(B)262.45º54.72%99.61%-
XYZ39.9627.6396.99-
YUV146.39188.73142.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.16%
GREEN value IS 115 (45.31% from 255) = 21.46%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=31.16%
G=21.46%
B=47.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1671152540.340.5500.00262.4598.5872.35
HexA773FE2237001066348
Octal247163376426700406143110
Binary101001111110011111111101000101101110010000011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A773FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A773FE; }

 p { color: rgb(167,115,254); }

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

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

 a { background-color: rgb(167,115,254); }

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

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

 span { border-color: rgb(167,115,254); }

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