#A495FE

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

Shades of Light Slate Blue #A495FE

Tints of Light Slate Blue #A495FE

Color information

#A495FE (or 0xA495FE) is unknown color: approx Light Slate Blue. HEX triplet: A4, 95 and FE. RGB value is (164,149,254). Sum of RGB (Red+Green+Blue) = 164+149+254=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #A495FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A495FE is #5B6A01. Grayscale: #A5A5A5. Windows color (decimal): -5990914 or 16684452. OLE color: 16684452.

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

Color convert

RGB164149254-
CMYK0.350.4100.00
HSL248.57º98.13%79.02%-
HSV(B)248.57º41.34%99.61%-
XYZ43.9536.5498.5-
YUV165.46177.97126.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.92%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=28.92%
G=26.28%
B=44.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641492540.350.4100.00248.5798.1379.02
HexA495FE232900f9624f
Octal244225376435100371142117
Binary101001001001010111111110100011101001001111100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A495FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A495FE; }

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

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

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

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

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

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

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

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