#A582FB

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

Shades of Light Slate Blue #A582FB

Tints of Light Slate Blue #A582FB

Color information

#A582FB (or 0xA582FB) is unknown color: approx Light Slate Blue. HEX triplet: A5, 82 and FB. RGB value is (165,130,251). Sum of RGB (Red+Green+Blue) = 165+130+251=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #A582FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A582FB is #5A7D04. Grayscale: #999999. Windows color (decimal): -5930245 or 16482981. OLE color: 16482981.

HSL color Cylindrical-coordinate representation of color #A582FB: hue angle of 257.36º degrees, saturation: 0.94, 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 #A582FB is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165130251-
CMYK0.340.4800.02
HSL257.36º93.8%74.71%-
HSV(B)257.36º48.21%98.43%-
XYZ40.9130.9395.08-
YUV154.26182.6135.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.22%
GREEN value IS 130 (51.17% from 255) = 23.81%
BLUE value IS 251 (98.44% from 255) = 45.97%
R=30.22%
G=23.81%
B=45.97%

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
Decimal1651302510.340.4800.02257.3693.874.71
HexA582FB2230021015e4b
Octal245202373426002401136113
Binary10100101100000101111101110001011000001010000000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582FB; }

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

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

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

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

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

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

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

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