#A884FC

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

Shades of Light Slate Blue #A884FC

Tints of Light Slate Blue #A884FC

Color information

#A884FC (or 0xA884FC) is unknown color: approx Light Slate Blue. HEX triplet: A8, 84 and FC. RGB value is (168,132,252). Sum of RGB (Red+Green+Blue) = 168+132+252=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #A884FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A884FC is #577B03. Grayscale: #9C9C9C. Windows color (decimal): -5733124 or 16549032. OLE color: 16549032.

HSL color Cylindrical-coordinate representation of color #A884FC: hue angle of 258º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A884FC is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168132252-
CMYK0.330.4800.01
HSL258º95.24%75.29%-
HSV(B)258º47.62%98.82%-
XYZ41.9731.8696.03-
YUV156.44181.93136.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.43%
GREEN value IS 132 (51.95% from 255) = 23.91%
BLUE value IS 252 (98.83% from 255) = 45.65%
R=30.43%
G=23.91%
B=45.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681322520.330.4800.0125895.2475.29
HexA884FC2130011025f4b
Octal250204374416001402137113
Binary1010100010000100111111001000011100000110000001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884FC; }

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

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

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

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

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

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

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

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