#a652d3

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

Shades of Medium Orchid #A652D3

Tints of Medium Orchid #A652D3

Color information

#A652D3 (or 0xA652D3) is unknown color: approx Medium Orchid. HEX triplet: A6, 52 and D3. RGB value is (166,82,211). Sum of RGB (Red+Green+Blue) = 166+82+211=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #A652D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652D3 is #59AD2C. Grayscale: #797979. Windows color (decimal): -5877037 or 13849254. OLE color: 13849254.

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

Color convert

RGB16682211-
CMYK0.210.6100.17
HSL279.07º59.45%57.45%-
HSV(B)279.07º61.14%82.75%-
XYZ30.518.8463.66-
YUV121.82178.33159.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 82 (32.42% from 255) = 17.86%
BLUE value IS 211 (82.81% from 255) = 45.97%
R=36.17%
G=17.86%
B=45.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal166822110.210.6100.17279.0759.4557.45
HexA652D3153D0111173b39
Octal24612232325750214277371
Binary1010011010100101101001110101111101010001100010111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a652d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a652d3; }

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

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

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

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

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

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

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

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