#A095FD

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

Shades of Light Slate Blue #A095FD

Tints of Light Slate Blue #A095FD

Color information

#A095FD (or 0xA095FD) is unknown color: approx Light Slate Blue. HEX triplet: A0, 95 and FD. RGB value is (160,149,253). Sum of RGB (Red+Green+Blue) = 160+149+253=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #A095FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095FD is #5F6A02. Grayscale: #A3A3A3. Windows color (decimal): -6253059 or 16618912. OLE color: 16618912.

HSL color Cylindrical-coordinate representation of color #A095FD: hue angle of 246.35º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A095FD is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160149253-
CMYK0.370.4100.01
HSL246.35º96.3%78.82%-
HSV(B)246.35º41.11%99.22%-
XYZ42.9736.0697.62-
YUV164.14178.14125.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.47%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=28.47%
G=26.51%
B=45.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601492530.370.4100.01246.3596.378.82
HexA095FD252901f6604f
Octal240225375455101366140117
Binary101000001001010111111101100101101001011111011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095FD; }

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

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

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

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

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

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

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

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