#A380F0

Color #A380F0 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A380F0

Tints of Medium Purple #A380F0

Color information

#A380F0 (or 0xA380F0) is unknown color: approx Medium Purple. HEX triplet: A3, 80 and F0. RGB value is (163,128,240). Sum of RGB (Red+Green+Blue) = 163+128+240=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #A380F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A380F0 is #5C7F0F. Grayscale: #969696. Windows color (decimal): -6061840 or 15761571. OLE color: 15761571.

HSL color Cylindrical-coordinate representation of color #A380F0: hue angle of 258.75º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A380F0 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB163128240-
CMYK0.320.4700.06
HSL258.75º78.87%72.16%-
HSV(B)258.75º46.67%94.12%-
XYZ38.5529.5286.1-
YUV151.23178.1136.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.70%
GREEN value IS 128 (50.39% from 255) = 24.11%
BLUE value IS 240 (94.14% from 255) = 45.20%
R=30.70%
G=24.11%
B=45.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1631282400.320.4700.06258.7578.8772.16
HexA380F0202F061034f48
Octal243200360405706403117110
Binary101000111000000011110000100000101111011010000001110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A380F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A380F0; }

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

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

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

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

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

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

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

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