#A592FF

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

Shades of Light Slate Blue #A592FF

Tints of Light Slate Blue #A592FF

Color information

#A592FF (or 0xA592FF) is unknown color: approx Light Slate Blue. HEX triplet: A5, 92 and FF. RGB value is (165,146,255). Sum of RGB (Red+Green+Blue) = 165+146+255=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #A592FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A592FF is #5A6D00. Grayscale: #A3A3A3. Windows color (decimal): -5926145 or 16749221. OLE color: 16749221.

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

Color convert

RGB165146255-
CMYK0.350.4300
HSL250.46º100%78.63%-
HSV(B)250.46º42.75%100%-
XYZ43.8535.7899.2-
YUV164.11179.29128.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.15%
GREEN value IS 146 (57.42% from 255) = 25.80%
BLUE value IS 255 (100% from 255) = 45.05%
R=29.15%
G=25.80%
B=45.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651462550.350.4300250.4610078.63
HexA592FF232B00fa644f
Octal245222377435300372144117
Binary101001011001001011111111100011101011001111101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592FF; }

 p { color: rgb(165,146,255); }

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

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

 a { background-color: rgb(165,146,255); }

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

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

 span { border-color: rgb(165,146,255); }

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