#A380F4

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

Shades of Medium Purple #A380F4

Tints of Medium Purple #A380F4

Color information

#A380F4 (or 0xA380F4) is unknown color: approx Medium Purple. HEX triplet: A3, 80 and F4. RGB value is (163,128,244). Sum of RGB (Red+Green+Blue) = 163+128+244=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 244 (95.70% from 255 or 45.61% from 535); Max value from RGB is 244 - color contains mainly: blue. Hex color #A380F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A380F4 is #5C7F0B. Grayscale: #979797. Windows color (decimal): -6061836 or 16023715. OLE color: 16023715.

HSL color Cylindrical-coordinate representation of color #A380F4: hue angle of 258.1º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A380F4 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB163128244-
CMYK0.330.4800.04
HSL258.1º84.06%72.94%-
HSV(B)258.1º47.54%95.69%-
XYZ39.1529.7689.27-
YUV151.69180.1136.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.47%
GREEN value IS 128 (50.39% from 255) = 23.93%
BLUE value IS 244 (95.70% from 255) = 45.61%
R=30.47%
G=23.93%
B=45.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1631282440.330.4800.04258.184.0672.94
HexA380F42130041025449
Octal243200364416004402124111
Binary101000111000000011110100100001110000010010000001010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A380F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A380F4; }

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

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

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

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

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

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

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

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