#A652D1

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

Shades of Medium Orchid #A652D1

Tints of Medium Orchid #A652D1

Color information

#A652D1 (or 0xA652D1) is unknown color: approx Medium Orchid. HEX triplet: A6, 52 and D1. RGB value is (166,82,209). Sum of RGB (Red+Green+Blue) = 166+82+209=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #A652D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652D1 is #59AD2E. Grayscale: #797979. Windows color (decimal): -5877039 or 13718182. OLE color: 13718182.

HSL color Cylindrical-coordinate representation of color #A652D1: hue angle of 279.69º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A652D1 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16682209-
CMYK0.210.6100.18
HSL279.69º57.99%57.06%-
HSV(B)279.69º60.77%81.96%-
XYZ30.2518.7562.35-
YUV121.59177.33159.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 82 (32.42% from 255) = 17.94%
BLUE value IS 209 (82.03% from 255) = 45.73%
R=36.32%
G=17.94%
B=45.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166822090.210.6100.18279.6957.9957.06
HexA652D1153D0121183a39
Octal24612232125750224307271
Binary1010011010100101101000110101111101010010100011000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A652D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A652D1; }

 p { color: rgb(166,82,209); }

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

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

 a { background-color: rgb(166,82,209); }

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

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

 span { border-color: rgb(166,82,209); }

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