#A952C9

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

Shades of Medium Orchid #A952C9

Tints of Medium Orchid #A952C9

Color information

#A952C9 (or 0xA952C9) is unknown color: approx Medium Orchid. HEX triplet: A9, 52 and C9. RGB value is (169,82,201). Sum of RGB (Red+Green+Blue) = 169+82+201=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #A952C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952C9 is #56AD36. Grayscale: #797979. Windows color (decimal): -5680439 or 13193897. OLE color: 13193897.

HSL color Cylindrical-coordinate representation of color #A952C9: hue angle of 283.87º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A952C9 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16982201-
CMYK0.160.5900.21
HSL283.87º52.42%55.49%-
HSV(B)283.87º59.2%78.82%-
XYZ29.9218.6957.29-
YUV121.58172.82161.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 82 (32.42% from 255) = 18.14%
BLUE value IS 201 (78.91% from 255) = 44.47%
R=37.39%
G=18.14%
B=44.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169822010.160.5900.21283.8752.4255.49
HexA952C9103B01511c3437
Octal25112231120730254346467
Binary1010100110100101100100110000111011010101100011100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A952C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A952C9; }

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

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

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

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

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

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

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

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