#A380FE

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

Shades of Light Slate Blue #A380FE

Tints of Light Slate Blue #A380FE

Color information

#A380FE (or 0xA380FE) is unknown color: approx Light Slate Blue. HEX triplet: A3, 80 and FE. RGB value is (163,128,254). Sum of RGB (Red+Green+Blue) = 163+128+254=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #A380FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A380FE is #5C7F01. Grayscale: #989898. Windows color (decimal): -6061826 or 16679075. OLE color: 16679075.

HSL color Cylindrical-coordinate representation of color #A380FE: hue angle of 256.67º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A380FE is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB163128254-
CMYK0.360.5000.00
HSL256.67º98.44%74.9%-
HSV(B)256.67º49.61%99.61%-
XYZ40.7130.3897.48-
YUV152.83185.1135.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.91%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 254 (99.61% from 255) = 46.61%
R=29.91%
G=23.49%
B=46.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1631282540.360.5000.00256.6798.4474.9
HexA380FE243200101624b
Octal243200376446200401142113
Binary1010001110000000111111101001001100100010000000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A380FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A380FE; }

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

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

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

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

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

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

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

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