#A095FE

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

Shades of Light Slate Blue #A095FE

Tints of Light Slate Blue #A095FE

Color information

#A095FE (or 0xA095FE) is unknown color: approx Light Slate Blue. HEX triplet: A0, 95 and FE. RGB value is (160,149,254). Sum of RGB (Red+Green+Blue) = 160+149+254=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #A095FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095FE is #5F6A01. Grayscale: #A3A3A3. Windows color (decimal): -6253058 or 16684448. OLE color: 16684448.

HSL color Cylindrical-coordinate representation of color #A095FE: hue angle of 246.29º 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 #A095FE is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB160149254-
CMYK0.370.4100.00
HSL246.29º98.13%79.02%-
HSV(B)246.29º41.34%99.61%-
XYZ43.1336.1298.47-
YUV164.26178.64124.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.42%
GREEN value IS 149 (58.59% from 255) = 26.47%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=28.42%
G=26.47%
B=45.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601492540.370.4100.00246.2998.1379.02
HexA095FE252900f6624f
Octal240225376455100366142117
Binary101000001001010111111110100101101001001111011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095FE; }

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

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

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

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

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

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

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

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