#A885FD

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

Shades of Light Slate Blue #A885FD

Tints of Light Slate Blue #A885FD

Color information

#A885FD (or 0xA885FD) is unknown color: approx Light Slate Blue. HEX triplet: A8, 85 and FD. RGB value is (168,133,253). Sum of RGB (Red+Green+Blue) = 168+133+253=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #A885FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885FD is #577A02. Grayscale: #9C9C9C. Windows color (decimal): -5732867 or 16614824. OLE color: 16614824.

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

Color convert

RGB168133253-
CMYK0.340.4700.01
HSL257.5º96.77%75.69%-
HSV(B)257.5º47.43%99.22%-
XYZ42.2732.1996.91-
YUV157.15182.1135.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.32%
GREEN value IS 133 (52.34% from 255) = 24.01%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=30.32%
G=24.01%
B=45.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681332530.340.4700.01257.596.7775.69
HexA885FD222F01102614c
Octal250205375425701402141114
Binary1010100010000101111111011000101011110110000001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885FD; }

 p { color: rgb(168,133,253); }

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

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

 a { background-color: rgb(168,133,253); }

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

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

 span { border-color: rgb(168,133,253); }

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