#A952D7

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

Shades of Medium Orchid #A952D7

Tints of Medium Orchid #A952D7

Color information

#A952D7 (or 0xA952D7) is unknown color: approx Medium Orchid. HEX triplet: A9, 52 and D7. RGB value is (169,82,215). Sum of RGB (Red+Green+Blue) = 169+82+215=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #A952D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952D7 is #56AD28. Grayscale: #7A7A7A. Windows color (decimal): -5680425 or 14111401. OLE color: 14111401.

HSL color Cylindrical-coordinate representation of color #A952D7: hue angle of 279.25º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A952D7 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16982215-
CMYK0.210.6200.16
HSL279.25º62.44%58.24%-
HSV(B)279.25º61.86%84.31%-
XYZ31.6519.3866.36-
YUV123.18179.82160.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.27%
GREEN value IS 82 (32.42% from 255) = 17.60%
BLUE value IS 215 (84.38% from 255) = 46.14%
R=36.27%
G=17.60%
B=46.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169822150.210.6200.16279.2562.4458.24
HexA952D7153E0101173e3a
Octal25112232725760204277672
Binary1010100110100101101011110101111110010000100010111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A952D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A952D7; }

 p { color: rgb(169,82,215); }

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

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

 a { background-color: rgb(169,82,215); }

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

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

 span { border-color: rgb(169,82,215); }

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