#A479FE

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

Shades of Light Slate Blue #A479FE

Tints of Light Slate Blue #A479FE

Color information

#A479FE (or 0xA479FE) is unknown color: approx Light Slate Blue. HEX triplet: A4, 79 and FE. RGB value is (164,121,254). Sum of RGB (Red+Green+Blue) = 164+121+254=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #A479FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A479FE is #5B8601. Grayscale: #949494. Windows color (decimal): -5998082 or 16677284. OLE color: 16677284.

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

Color convert

RGB164121254-
CMYK0.350.5200.00
HSL259.4º98.52%73.53%-
HSV(B)259.4º52.36%99.61%-
XYZ40.0428.7297.2-
YUV149.02187.25138.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 121 (47.66% from 255) = 22.45%
BLUE value IS 254 (99.61% from 255) = 47.12%
R=30.43%
G=22.45%
B=47.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641212540.350.5200.00259.498.5273.53
HexA479FE233400103634a
Octal244171376436400403143112
Binary101001001111001111111101000111101000010000001111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A479FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A479FE; }

 p { color: rgb(164,121,254); }

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

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

 a { background-color: rgb(164,121,254); }

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

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

 span { border-color: rgb(164,121,254); }

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