#A885FE

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

Shades of Light Slate Blue #A885FE

Tints of Light Slate Blue #A885FE

Color information

#A885FE (or 0xA885FE) is unknown color: approx Light Slate Blue. HEX triplet: A8, 85 and FE. RGB value is (168,133,254). Sum of RGB (Red+Green+Blue) = 168+133+254=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #A885FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885FE is #577A01. Grayscale: #9C9C9C. Windows color (decimal): -5732866 or 16680360. OLE color: 16680360.

HSL color Cylindrical-coordinate representation of color #A885FE: hue angle of 257.36º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A885FE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168133254-
CMYK0.340.4800.00
HSL257.36º98.37%75.88%-
HSV(B)257.36º47.64%99.61%-
XYZ42.4332.2697.76-
YUV157.26182.6135.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 133 (52.34% from 255) = 23.96%
BLUE value IS 254 (99.61% from 255) = 45.77%
R=30.27%
G=23.96%
B=45.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681332540.340.4800.00257.3698.3775.88
HexA885FE223000101624c
Octal250205376426000401142114
Binary1010100010000101111111101000101100000010000000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885FE; }

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

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

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

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

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

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

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

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