#A289FD

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

Shades of Light Slate Blue #A289FD

Tints of Light Slate Blue #A289FD

Color information

#A289FD (or 0xA289FD) is unknown color: approx Light Slate Blue. HEX triplet: A2, 89 and FD. RGB value is (162,137,253). Sum of RGB (Red+Green+Blue) = 162+137+253=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #A289FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A289FD is #5D7602. Grayscale: #9D9D9D. Windows color (decimal): -6125059 or 16615842. OLE color: 16615842.

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

Color convert

RGB162137253-
CMYK0.360.4600.01
HSL252.93º96.67%76.47%-
HSV(B)252.93º45.85%99.22%-
XYZ41.5832.6697.04-
YUV157.7181.78131.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.35%
GREEN value IS 137 (53.91% from 255) = 24.82%
BLUE value IS 253 (99.22% from 255) = 45.83%
R=29.35%
G=24.82%
B=45.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1621372530.360.4600.01252.9396.6776.47
HexA289FD242E01fd614c
Octal242211375445601375141114
Binary101000101000100111111101100100101110011111110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289FD; }

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

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

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

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

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

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

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

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