#A380FC

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

Shades of Light Slate Blue #A380FC

Tints of Light Slate Blue #A380FC

Color information

#A380FC (or 0xA380FC) is unknown color: approx Light Slate Blue. HEX triplet: A3, 80 and FC. RGB value is (163,128,252). Sum of RGB (Red+Green+Blue) = 163+128+252=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #A380FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A380FC is #5C7F03. Grayscale: #989898. Windows color (decimal): -6061828 or 16548003. OLE color: 16548003.

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

Color convert

RGB163128252-
CMYK0.350.4900.01
HSL256.94º95.38%74.51%-
HSV(B)256.94º49.21%98.82%-
XYZ40.3930.2595.81-
YUV152.6184.1135.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 128 (50.39% from 255) = 23.57%
BLUE value IS 252 (98.83% from 255) = 46.41%
R=30.02%
G=23.57%
B=46.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631282520.350.4900.01256.9495.3874.51
HexA380FC2331011015f4b
Octal243200374436101401137113
Binary1010001110000000111111001000111100010110000000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A380FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A380FC; }

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

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

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

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

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

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

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

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