#A952CB

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

Shades of Medium Orchid #A952CB

Tints of Medium Orchid #A952CB

Color information

#A952CB (or 0xA952CB) is unknown color: approx Medium Orchid. HEX triplet: A9, 52 and CB. RGB value is (169,82,203). Sum of RGB (Red+Green+Blue) = 169+82+203=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #A952CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952CB is #56AD34. Grayscale: #797979. Windows color (decimal): -5680437 or 13324969. OLE color: 13324969.

HSL color Cylindrical-coordinate representation of color #A952CB: hue angle of 283.14º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A952CB is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16982203-
CMYK0.170.6000.20
HSL283.14º53.78%55.88%-
HSV(B)283.14º59.61%79.61%-
XYZ30.1618.7858.54-
YUV121.81173.82161.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 82 (32.42% from 255) = 18.06%
BLUE value IS 203 (79.69% from 255) = 44.71%
R=37.22%
G=18.06%
B=44.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169822030.170.6000.20283.1453.7855.88
HexA952CB113C01411b3638
Octal25112231321740244336670
Binary1010100110100101100101110001111100010100100011011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A952CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A952CB; }

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

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

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

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

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

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

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

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