#A282F9

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

Shades of Light Slate Blue #A282F9

Tints of Light Slate Blue #A282F9

Color information

#A282F9 (or 0xA282F9) is unknown color: approx Light Slate Blue. HEX triplet: A2, 82 and F9. RGB value is (162,130,249). Sum of RGB (Red+Green+Blue) = 162+130+249=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #A282F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A282F9 is #5D7D06. Grayscale: #989898. Windows color (decimal): -6126855 or 16351906. OLE color: 16351906.

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

Color convert

RGB162130249-
CMYK0.350.4800.02
HSL256.13º90.84%74.31%-
HSV(B)256.13º47.79%97.65%-
XYZ39.9830.4993.4-
YUV153.13182.1134.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.94%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 249 (97.66% from 255) = 46.03%
R=29.94%
G=24.03%
B=46.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621302490.350.4800.02256.1390.8474.31
HexA282F92330021005b4a
Octal242202371436002400133112
Binary10100010100000101111100110001111000001010000000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A282F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A282F9; }

 p { color: rgb(162,130,249); }

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

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

 a { background-color: rgb(162,130,249); }

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

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

 span { border-color: rgb(162,130,249); }

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