#A468F1

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

Shades of Medium Purple #A468F1

Tints of Medium Purple #A468F1

Color information

#A468F1 (or 0xA468F1) is unknown color: approx Medium Purple. HEX triplet: A4, 68 and F1. RGB value is (164,104,241). Sum of RGB (Red+Green+Blue) = 164+104+241=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #A468F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A468F1 is #5B970E. Grayscale: #898989. Windows color (decimal): -6002447 or 15820964. OLE color: 15820964.

HSL color Cylindrical-coordinate representation of color #A468F1: hue angle of 266.28º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A468F1 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164104241-
CMYK0.320.5700.05
HSL266.28º83.03%67.65%-
HSV(B)266.28º56.85%94.51%-
XYZ36.1424.1485.97-
YUV137.56186.38146.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 104 (41.02% from 255) = 20.43%
BLUE value IS 241 (94.53% from 255) = 47.35%
R=32.22%
G=20.43%
B=47.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641042410.320.5700.05266.2883.0367.65
HexA468F120390510a5344
Octal244150361407105412123104
Binary10100100110100011110001100000111001010110000101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468F1; }

 p { color: rgb(164,104,241); }

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

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

 a { background-color: rgb(164,104,241); }

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

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

 span { border-color: rgb(164,104,241); }

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