#A652CF

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

Shades of Medium Orchid #A652CF

Tints of Medium Orchid #A652CF

Color information

#A652CF (or 0xA652CF) is unknown color: approx Medium Orchid. HEX triplet: A6, 52 and CF. RGB value is (166,82,207). Sum of RGB (Red+Green+Blue) = 166+82+207=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #A652CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652CF is #59AD30. Grayscale: #787878. Windows color (decimal): -5877041 or 13587110. OLE color: 13587110.

HSL color Cylindrical-coordinate representation of color #A652CF: hue angle of 280.32º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A652CF is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16682207-
CMYK0.200.6000.19
HSL280.32º56.56%56.67%-
HSV(B)280.32º60.39%81.18%-
XYZ30.0118.6561.05-
YUV121.37176.33159.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 82 (32.42% from 255) = 18.02%
BLUE value IS 207 (81.25% from 255) = 45.49%
R=36.48%
G=18.02%
B=45.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166822070.200.6000.19280.3256.5656.67
HexA652CF143C0131183939
Octal24612231724740234307171
Binary1010011010100101100111110100111100010011100011000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A652CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A652CF; }

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

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

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

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

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

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

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

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