#A46AED

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

Shades of Medium Purple #A46AED

Tints of Medium Purple #A46AED

Color information

#A46AED (or 0xA46AED) is unknown color: approx Medium Purple. HEX triplet: A4, 6A and ED. RGB value is (164,106,237). Sum of RGB (Red+Green+Blue) = 164+106+237=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #A46AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46AED is #5B9512. Grayscale: #898989. Windows color (decimal): -6001939 or 15559332. OLE color: 15559332.

HSL color Cylindrical-coordinate representation of color #A46AED: hue angle of 266.56º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46AED is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164106237-
CMYK0.310.5500.07
HSL266.56º78.44%67.25%-
HSV(B)266.56º55.27%92.94%-
XYZ35.7524.3282.93-
YUV138.28183.72146.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 106 (41.80% from 255) = 20.91%
BLUE value IS 237 (92.97% from 255) = 46.75%
R=32.35%
G=20.91%
B=46.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641062370.310.5500.07266.5678.4467.25
HexA46AED1F370710b4e43
Octal244152355376707413116103
Binary1010010011010101110110111111110111011110000101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46AED; }

 p { color: rgb(164,106,237); }

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

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

 a { background-color: rgb(164,106,237); }

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

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

 span { border-color: rgb(164,106,237); }

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