#A267F0

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

Shades of Medium Purple #A267F0

Tints of Medium Purple #A267F0

Color information

#A267F0 (or 0xA267F0) is unknown color: approx Medium Purple. HEX triplet: A2, 67 and F0. RGB value is (162,103,240). Sum of RGB (Red+Green+Blue) = 162+103+240=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #A267F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A267F0 is #5D980F. Grayscale: #878787. Windows color (decimal): -6133776 or 15755170. OLE color: 15755170.

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

Color convert

RGB162103240-
CMYK0.320.5700.06
HSL265.84º82.04%67.25%-
HSV(B)265.84º57.08%94.12%-
XYZ35.4823.6785.14-
YUV136.26186.55146.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 103 (40.62% from 255) = 20.40%
BLUE value IS 240 (94.14% from 255) = 47.52%
R=32.08%
G=20.40%
B=47.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1621032400.320.5700.06265.8482.0467.25
HexA267F020390610a5243
Octal242147360407106412122103
Binary10100010110011111110000100000111001011010000101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A267F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A267F0; }

 p { color: rgb(162,103,240); }

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

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

 a { background-color: rgb(162,103,240); }

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

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

 span { border-color: rgb(162,103,240); }

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