#A380FF

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

Shades of Light Slate Blue #A380FF

Tints of Light Slate Blue #A380FF

Color information

#A380FF (or 0xA380FF) is unknown color: approx Light Slate Blue. HEX triplet: A3, 80 and FF. RGB value is (163,128,255). Sum of RGB (Red+Green+Blue) = 163+128+255=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #A380FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A380FF is #5C7F00. Grayscale: #989898. Windows color (decimal): -6061825 or 16744611. OLE color: 16744611.

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

Color convert

RGB163128255-
CMYK0.360.5000
HSL256.54º100%75.1%-
HSV(B)256.54º49.8%100%-
XYZ40.8730.4498.33-
YUV152.94185.6135.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.85%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 255 (100% from 255) = 46.70%
R=29.85%
G=23.44%
B=46.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1631282550.360.5000256.5410075.1
HexA380FF243200101644b
Octal243200377446200401144113
Binary1010001110000000111111111001001100100010000000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A380FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A380FF; }

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

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

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

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

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

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

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

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