#A28AFE

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

Shades of Light Slate Blue #A28AFE

Tints of Light Slate Blue #A28AFE

Color information

#A28AFE (or 0xA28AFE) is unknown color: approx Light Slate Blue. HEX triplet: A2, 8A and FE. RGB value is (162,138,254). Sum of RGB (Red+Green+Blue) = 162+138+254=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #A28AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28AFE is #5D7501. Grayscale: #9D9D9D. Windows color (decimal): -6124802 or 16681634. OLE color: 16681634.

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

Color convert

RGB162138254-
CMYK0.360.4600.00
HSL252.41º98.31%76.86%-
HSV(B)252.41º45.67%99.61%-
XYZ41.8833.0197.93-
YUV158.4181.95130.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.24%
GREEN value IS 138 (54.30% from 255) = 24.91%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=29.24%
G=24.91%
B=45.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1621382540.360.4600.00252.4198.3176.86
HexA28AFE242E00fc624d
Octal242212376445600374142115
Binary101000101000101011111110100100101110001111110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28AFE; }

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

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

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

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

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

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

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

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