#A264F2

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

Shades of Medium Purple #A264F2

Tints of Medium Purple #A264F2

Color information

#A264F2 (or 0xA264F2) is unknown color: approx Medium Purple. HEX triplet: A2, 64 and F2. RGB value is (162,100,242). Sum of RGB (Red+Green+Blue) = 162+100+242=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #A264F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A264F2 is #5D9B0D. Grayscale: #868686. Windows color (decimal): -6134542 or 15885474. OLE color: 15885474.

HSL color Cylindrical-coordinate representation of color #A264F2: hue angle of 266.2º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A264F2 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162100242-
CMYK0.330.5900.05
HSL266.2º84.52%67.06%-
HSV(B)266.2º58.68%94.9%-
XYZ35.4823.2186.61-
YUV134.73188.54147.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 100 (39.45% from 255) = 19.84%
BLUE value IS 242 (94.92% from 255) = 48.02%
R=32.14%
G=19.84%
B=48.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621002420.330.5900.05266.284.5267.06
HexA264F2213B0510a5543
Octal242144362417305412125103
Binary10100010110010011110010100001111011010110000101010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A264F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A264F2; }

 p { color: rgb(162,100,242); }

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

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

 a { background-color: rgb(162,100,242); }

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

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

 span { border-color: rgb(162,100,242); }

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