#A28AFF

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

Shades of Light Slate Blue #A28AFF

Tints of Light Slate Blue #A28AFF

Color information

#A28AFF (or 0xA28AFF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 8A and FF. RGB value is (162,138,255). Sum of RGB (Red+Green+Blue) = 162+138+255=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #A28AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28AFF is #5D7500. Grayscale: #9E9E9E. Windows color (decimal): -6124801 or 16747170. OLE color: 16747170.

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

Color convert

RGB162138255-
CMYK0.360.4600
HSL252.31º100%77.06%-
HSV(B)252.31º45.88%100%-
XYZ42.0433.0898.78-
YUV158.51182.45130.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.19%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 255 (100% from 255) = 45.95%
R=29.19%
G=24.86%
B=45.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621382550.360.4600252.3110077.06
HexA28AFF242E00fc644d
Octal242212377445600374144115
Binary101000101000101011111111100100101110001111110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28AFF; }

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

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

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

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

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

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

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

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