#A884FD

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

Shades of Light Slate Blue #A884FD

Tints of Light Slate Blue #A884FD

Color information

#A884FD (or 0xA884FD) is unknown color: approx Light Slate Blue. HEX triplet: A8, 84 and FD. RGB value is (168,132,253). Sum of RGB (Red+Green+Blue) = 168+132+253=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #A884FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A884FD is #577B02. Grayscale: #9C9C9C. Windows color (decimal): -5733123 or 16614568. OLE color: 16614568.

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

Color convert

RGB168132253-
CMYK0.340.4800.01
HSL257.85º96.8%75.49%-
HSV(B)257.85º47.83%99.22%-
XYZ42.1331.9296.87-
YUV156.56182.43136.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.38%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=30.38%
G=23.87%
B=45.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681322530.340.4800.01257.8596.875.49
HexA884FD223001102614b
Octal250204375426001402141113
Binary1010100010000100111111011000101100000110000001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884FD; }

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

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

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

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

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

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

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

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