#A380FD

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

Shades of Light Slate Blue #A380FD

Tints of Light Slate Blue #A380FD

Color information

#A380FD (or 0xA380FD) is unknown color: approx Light Slate Blue. HEX triplet: A3, 80 and FD. RGB value is (163,128,253). Sum of RGB (Red+Green+Blue) = 163+128+253=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #A380FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A380FD is #5C7F02. Grayscale: #989898. Windows color (decimal): -6061827 or 16613539. OLE color: 16613539.

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

Color convert

RGB163128253-
CMYK0.360.4900.01
HSL256.8º96.9%74.71%-
HSV(B)256.8º49.41%99.22%-
XYZ40.5530.3296.64-
YUV152.72184.6135.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.96%
GREEN value IS 128 (50.39% from 255) = 23.53%
BLUE value IS 253 (99.22% from 255) = 46.51%
R=29.96%
G=23.53%
B=46.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631282530.360.4900.01256.896.974.71
HexA380FD243101101614b
Octal243200375446101401141113
Binary1010001110000000111111011001001100010110000000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A380FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A380FD; }

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

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

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

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

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

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

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

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