#A095FF

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

Shades of Light Slate Blue #A095FF

Tints of Light Slate Blue #A095FF

Color information

#A095FF (or 0xA095FF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 95 and FF. RGB value is (160,149,255). Sum of RGB (Red+Green+Blue) = 160+149+255=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #A095FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095FF is #5F6A00. Grayscale: #A3A3A3. Windows color (decimal): -6253057 or 16749984. OLE color: 16749984.

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

Color convert

RGB160149255-
CMYK0.370.4200
HSL246.23º100%79.22%-
HSV(B)246.23º41.57%100%-
XYZ43.2936.1999.31-
YUV164.37179.14124.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.37%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 255 (100% from 255) = 45.21%
R=28.37%
G=26.42%
B=45.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601492550.370.4200246.2310079.22
HexA095FF252A00f6644f
Octal240225377455200366144117
Binary101000001001010111111111100101101010001111011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A095FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A095FF; }

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

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

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

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

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

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

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

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