#A290FF

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

Shades of Light Slate Blue #A290FF

Tints of Light Slate Blue #A290FF

Color information

#A290FF (or 0xA290FF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 90 and FF. RGB value is (162,144,255). Sum of RGB (Red+Green+Blue) = 162+144+255=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #A290FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A290FF is #5D6F00. Grayscale: #A1A1A1. Windows color (decimal): -6123265 or 16748706. OLE color: 16748706.

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

Color convert

RGB162144255-
CMYK0.360.4400
HSL249.73º100%78.24%-
HSV(B)249.73º43.53%100%-
XYZ42.9234.8599.07-
YUV162.04180.46127.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.88%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 255 (100% from 255) = 45.45%
R=28.88%
G=25.67%
B=45.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621442550.360.4400249.7310078.24
HexA290FF242C00fa644e
Octal242220377445400372144116
Binary101000101001000011111111100100101100001111101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A290FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A290FF; }

 p { color: rgb(162,144,255); }

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

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

 a { background-color: rgb(162,144,255); }

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

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

 span { border-color: rgb(162,144,255); }

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