#A46CEB

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

Shades of Medium Purple #A46CEB

Tints of Medium Purple #A46CEB

Color information

#A46CEB (or 0xA46CEB) is unknown color: approx Medium Purple. HEX triplet: A4, 6C and EB. RGB value is (164,108,235). Sum of RGB (Red+Green+Blue) = 164+108+235=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #A46CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46CEB is #5B9314. Grayscale: #8A8A8A. Windows color (decimal): -6001429 or 15428772. OLE color: 15428772.

HSL color Cylindrical-coordinate representation of color #A46CEB: hue angle of 266.46º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A46CEB is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164108235-
CMYK0.300.5400.08
HSL266.46º76.05%67.25%-
HSV(B)266.46º54.04%92.16%-
XYZ35.6724.6281.47-
YUV139.22182.05145.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 108 (42.58% from 255) = 21.30%
BLUE value IS 235 (92.19% from 255) = 46.35%
R=32.35%
G=21.30%
B=46.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641082350.300.5400.08266.4676.0567.25
HexA46CEB1E360810a4c43
Octal2441543533666010412114103
Binary10100100110110011101011111101101100100010000101010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46CEB; }

 p { color: rgb(164,108,235); }

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

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

 a { background-color: rgb(164,108,235); }

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

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

 span { border-color: rgb(164,108,235); }

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