#A884FE

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

Shades of Light Slate Blue #A884FE

Tints of Light Slate Blue #A884FE

Color information

#A884FE (or 0xA884FE) is unknown color: approx Light Slate Blue. HEX triplet: A8, 84 and FE. RGB value is (168,132,254). Sum of RGB (Red+Green+Blue) = 168+132+254=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #A884FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A884FE is #577B01. Grayscale: #9C9C9C. Windows color (decimal): -5733122 or 16680104. OLE color: 16680104.

HSL color Cylindrical-coordinate representation of color #A884FE: hue angle of 257.7º 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 #A884FE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168132254-
CMYK0.340.4800.00
HSL257.7º98.39%75.69%-
HSV(B)257.7º48.03%99.61%-
XYZ42.2931.9897.71-
YUV156.67182.93136.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.32%
GREEN value IS 132 (51.95% from 255) = 23.83%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=30.32%
G=23.83%
B=45.85%

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
Decimal1681322540.340.4800.00257.798.3975.69
HexA884FE223000102624c
Octal250204376426000402142114
Binary1010100010000100111111101000101100000010000001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884FE; }

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

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

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

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

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

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

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

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