#a289ff

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

Shades of Light Slate Blue #A289FF

Tints of Light Slate Blue #A289FF

Color information

#A289FF (or 0xA289FF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 89 and FF. RGB value is (162,137,255). Sum of RGB (Red+Green+Blue) = 162+137+255=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #A289FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A289FF is #5D7600. Grayscale: #9D9D9D. Windows color (decimal): -6125057 or 16746914. OLE color: 16746914.

HSL color Cylindrical-coordinate representation of color #A289FF: hue angle of 252.71º 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 #A289FF is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB162137255-
CMYK0.360.4600
HSL252.71º100%76.86%-
HSV(B)252.71º46.27%100%-
XYZ41.932.7998.73-
YUV157.93182.78130.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.24%
GREEN value IS 137 (53.91% from 255) = 24.73%
BLUE value IS 255 (100% from 255) = 46.03%
R=29.24%
G=24.73%
B=46.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621372550.360.4600252.7110076.86
HexA289FF242E00fd644d
Octal242211377445600375144115
Binary101000101000100111111111100100101110001111110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a289ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a289ff; }

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

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

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

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

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

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

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

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