#A483F4

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

Shades of Medium Purple #A483F4

Tints of Medium Purple #A483F4

Color information

#A483F4 (or 0xA483F4) is unknown color: approx Medium Purple. HEX triplet: A4, 83 and F4. RGB value is (164,131,244). Sum of RGB (Red+Green+Blue) = 164+131+244=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #A483F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483F4 is #5B7C0B. Grayscale: #999999. Windows color (decimal): -5995532 or 16024484. OLE color: 16024484.

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

Color convert

RGB164131244-
CMYK0.330.4600.04
HSL257.52º83.7%73.53%-
HSV(B)257.52º46.31%95.69%-
XYZ39.7630.6689.41-
YUV153.75178.93135.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 131 (51.56% from 255) = 24.30%
BLUE value IS 244 (95.70% from 255) = 45.27%
R=30.43%
G=24.30%
B=45.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1641312440.330.4600.04257.5283.773.53
HexA483F4212E04102544a
Octal244203364415604402124112
Binary101001001000001111110100100001101110010010000001010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483F4; }

 p { color: rgb(164,131,244); }

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

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

 a { background-color: rgb(164,131,244); }

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

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

 span { border-color: rgb(164,131,244); }

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