#A646EA

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

Shades of Medium Orchid #A646EA

Tints of Medium Orchid #A646EA

Color information

#A646EA (or 0xA646EA) is unknown color: approx Medium Orchid. HEX triplet: A6, 46 and EA. RGB value is (166,70,234). Sum of RGB (Red+Green+Blue) = 166+70+234=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #A646EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A646EA is #59B915. Grayscale: #747474. Windows color (decimal): -5880086 or 15353510. OLE color: 15353510.

HSL color Cylindrical-coordinate representation of color #A646EA: hue angle of 275.12º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A646EA is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16670234-
CMYK0.290.7000.08
HSL275.12º79.61%59.61%-
HSV(B)275.12º70.09%91.76%-
XYZ32.7718.4379.67-
YUV117.4193.8162.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 70 (27.73% from 255) = 14.89%
BLUE value IS 234 (91.80% from 255) = 49.79%
R=35.32%
G=14.89%
B=49.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal166702340.290.7000.08275.1279.6159.61
HexA646EA1D4608113503c
Octal2461063523510601042312074
Binary10100110100011011101010111011000110010001000100111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A646EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A646EA; }

 p { color: rgb(166,70,234); }

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

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

 a { background-color: rgb(166,70,234); }

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

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

 span { border-color: rgb(166,70,234); }

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