#A752F6

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

Shades of Medium Orchid #A752F6

Tints of Medium Orchid #A752F6

Color information

#A752F6 (or 0xA752F6) is unknown color: approx Medium Orchid. HEX triplet: A7, 52 and F6. RGB value is (167,82,246). Sum of RGB (Red+Green+Blue) = 167+82+246=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #A752F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A752F6 is #58AD09. Grayscale: #7D7D7D. Windows color (decimal): -5811466 or 16143015. OLE color: 16143015.

HSL color Cylindrical-coordinate representation of color #A752F6: hue angle of 271.1º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A752F6 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16782246-
CMYK0.320.6700.04
HSL271.1º90.11%64.31%-
HSV(B)271.1º66.67%96.47%-
XYZ35.5920.989.35-
YUV126.11195.66157.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 82 (32.42% from 255) = 16.57%
BLUE value IS 246 (96.48% from 255) = 49.70%
R=33.74%
G=16.57%
B=49.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal167822460.320.6700.04271.190.1164.31
HexA752F620430410f5a40
Octal2471223664010304417132100
Binary101001111010010111101101000001000011010010000111110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A752F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A752F6; }

 p { color: rgb(167,82,246); }

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

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

 a { background-color: rgb(167,82,246); }

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

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

 span { border-color: rgb(167,82,246); }

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