#A280F9

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

Shades of Light Slate Blue #A280F9

Tints of Light Slate Blue #A280F9

Color information

#A280F9 (or 0xA280F9) is unknown color: approx Light Slate Blue. HEX triplet: A2, 80 and F9. RGB value is (162,128,249). Sum of RGB (Red+Green+Blue) = 162+128+249=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #A280F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A280F9 is #5D7F06. Grayscale: #979797. Windows color (decimal): -6127367 or 16351394. OLE color: 16351394.

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

Color convert

RGB162128249-
CMYK0.350.4900.02
HSL256.86º90.98%73.92%-
HSV(B)256.86º48.59%97.65%-
XYZ39.7229.9693.31-
YUV151.96182.76135.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 249 (97.66% from 255) = 46.20%
R=30.06%
G=23.75%
B=46.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621282490.350.4900.02256.8690.9873.92
HexA280F92331021015b4a
Octal242200371436102401133112
Binary10100010100000001111100110001111000101010000000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A280F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A280F9; }

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

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

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

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

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

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

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

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