#A280FE

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

Shades of Light Slate Blue #A280FE

Tints of Light Slate Blue #A280FE

Color information

#A280FE (or 0xA280FE) is unknown color: approx Light Slate Blue. HEX triplet: A2, 80 and FE. RGB value is (162,128,254). Sum of RGB (Red+Green+Blue) = 162+128+254=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #A280FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A280FE is #5D7F01. Grayscale: #989898. Windows color (decimal): -6127362 or 16679074. OLE color: 16679074.

HSL color Cylindrical-coordinate representation of color #A280FE: hue angle of 256.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A280FE is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB162128254-
CMYK0.360.5000.00
HSL256.19º98.44%74.9%-
HSV(B)256.19º49.61%99.61%-
XYZ40.5130.2897.47-
YUV152.53185.26134.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.78%
GREEN value IS 128 (50.39% from 255) = 23.53%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=29.78%
G=23.53%
B=46.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1621282540.360.5000.00256.1998.4474.9
HexA280FE243200100624b
Octal242200376446200400142113
Binary1010001010000000111111101001001100100010000000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A280FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A280FE; }

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

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

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

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

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

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

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

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