#A28AFD

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

Shades of Light Slate Blue #A28AFD

Tints of Light Slate Blue #A28AFD

Color information

#A28AFD (or 0xA28AFD) is unknown color: approx Light Slate Blue. HEX triplet: A2, 8A and FD. RGB value is (162,138,253). Sum of RGB (Red+Green+Blue) = 162+138+253=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #A28AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28AFD is #5D7502. Grayscale: #9D9D9D. Windows color (decimal): -6124803 or 16616098. OLE color: 16616098.

HSL color Cylindrical-coordinate representation of color #A28AFD: hue angle of 252.52º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A28AFD is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB162138253-
CMYK0.360.4500.01
HSL252.52º96.64%76.67%-
HSV(B)252.52º45.45%99.22%-
XYZ41.7232.9597.09-
YUV158.29181.45130.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.29%
GREEN value IS 138 (54.30% from 255) = 24.95%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=29.29%
G=24.95%
B=45.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1621382530.360.4500.01252.5296.6476.67
HexA28AFD242D01fd614d
Octal242212375445501375141115
Binary101000101000101011111101100100101101011111110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28AFD; }

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

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

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

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

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

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

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

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