#A266F6

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

Shades of Medium Purple #A266F6

Tints of Medium Purple #A266F6

Color information

#A266F6 (or 0xA266F6) is unknown color: approx Medium Purple. HEX triplet: A2, 66 and F6. RGB value is (162,102,246). Sum of RGB (Red+Green+Blue) = 162+102+246=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #A266F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A266F6 is #5D9909. Grayscale: #878787. Windows color (decimal): -6134026 or 16148130. OLE color: 16148130.

HSL color Cylindrical-coordinate representation of color #A266F6: hue angle of 265º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A266F6 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB162102246-
CMYK0.340.5900.04
HSL265º88.89%68.24%-
HSV(B)265º58.54%96.47%-
XYZ36.2923.8489.88-
YUV136.36189.88146.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 102 (40.23% from 255) = 20%
BLUE value IS 246 (96.48% from 255) = 48.24%
R=31.76%
G=20%
B=48.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1621022460.340.5900.0426588.8968.24
HexA266F6223B041095944
Octal242146366427304411131104
Binary10100010110011011110110100010111011010010000100110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266F6; }

 p { color: rgb(162,102,246); }

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

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

 a { background-color: rgb(162,102,246); }

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

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

 span { border-color: rgb(162,102,246); }

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