#A562FF

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

Shades of Light Slate Blue #A562FF

Tints of Light Slate Blue #A562FF

Color information

#A562FF (or 0xA562FF) is unknown color: approx Light Slate Blue. HEX triplet: A5, 62 and FF. RGB value is (165,98,255). Sum of RGB (Red+Green+Blue) = 165+98+255=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #A562FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A562FF is #5A9D00. Grayscale: #878787. Windows color (decimal): -5938433 or 16736933. OLE color: 16736933.

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

Color convert

RGB16598255-
CMYK0.350.6200
HSL265.61º100%69.22%-
HSV(B)265.61º61.57%100%-
XYZ37.9323.9597.23-
YUV135.93195.2148.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 98 (38.67% from 255) = 18.92%
BLUE value IS 255 (100% from 255) = 49.23%
R=31.85%
G=18.92%
B=49.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal165982550.350.6200265.6110069.22
HexA562FF233E0010a6445
Octal245142377437600412144105
Binary101001011100010111111111000111111100010000101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A562FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A562FF; }

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

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

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

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

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

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

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

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