#A582FA

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

Shades of Light Slate Blue #A582FA

Tints of Light Slate Blue #A582FA

Color information

#A582FA (or 0xA582FA) is unknown color: approx Light Slate Blue. HEX triplet: A5, 82 and FA. RGB value is (165,130,250). Sum of RGB (Red+Green+Blue) = 165+130+250=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #A582FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A582FA is #5A7D05. Grayscale: #999999. Windows color (decimal): -5930246 or 16417445. OLE color: 16417445.

HSL color Cylindrical-coordinate representation of color #A582FA: hue angle of 257.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A582FA is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165130250-
CMYK0.340.4800.02
HSL257.5º92.31%74.51%-
HSV(B)257.5º48%98.04%-
XYZ40.7630.8794.25-
YUV154.15182.1135.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.28%
GREEN value IS 130 (51.17% from 255) = 23.85%
BLUE value IS 250 (98.05% from 255) = 45.87%
R=30.28%
G=23.85%
B=45.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651302500.340.4800.02257.592.3174.51
HexA582FA2230021025c4b
Octal245202372426002402134113
Binary10100101100000101111101010001011000001010000001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582FA; }

 p { color: rgb(165,130,250); }

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

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

 a { background-color: rgb(165,130,250); }

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

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

 span { border-color: rgb(165,130,250); }

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