#A384FC

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

Shades of Light Slate Blue #A384FC

Tints of Light Slate Blue #A384FC

Color information

#A384FC (or 0xA384FC) is unknown color: approx Light Slate Blue. HEX triplet: A3, 84 and FC. RGB value is (163,132,252). Sum of RGB (Red+Green+Blue) = 163+132+252=547 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.80% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #A384FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384FC is #5C7B03. Grayscale: #9A9A9A. Windows color (decimal): -6060804 or 16549027. OLE color: 16549027.

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

Color convert

RGB163132252-
CMYK0.350.4800.01
HSL255.5º95.24%75.29%-
HSV(B)255.5º47.62%98.82%-
XYZ40.9331.3295.98-
YUV154.95182.77133.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.80%
GREEN value IS 132 (51.95% from 255) = 24.13%
BLUE value IS 252 (98.83% from 255) = 46.07%
R=29.80%
G=24.13%
B=46.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631322520.350.4800.01255.595.2475.29
HexA384FC2330011005f4b
Octal243204374436001400137113
Binary1010001110000100111111001000111100000110000000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A384FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A384FC; }

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

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

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

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

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

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

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

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