#AF52CB

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

Shades of Medium Orchid #AF52CB

Tints of Medium Orchid #AF52CB

Color information

#AF52CB (or 0xAF52CB) is unknown color: approx Medium Orchid. HEX triplet: AF, 52 and CB. RGB value is (175,82,203). Sum of RGB (Red+Green+Blue) = 175+82+203=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF52CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52CB is #50AD34. Grayscale: #7B7B7B. Windows color (decimal): -5287221 or 13324975. OLE color: 13324975.

HSL color Cylindrical-coordinate representation of color #AF52CB: hue angle of 286.12º 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 #AF52CB is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17582203-
CMYK0.140.6000.20
HSL286.12º53.78%55.88%-
HSV(B)286.12º59.61%79.61%-
XYZ31.4819.4658.6-
YUV123.6172.81164.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 82 (32.42% from 255) = 17.83%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=38.04%
G=17.83%
B=44.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175822030.140.6000.20286.1253.7855.88
HexAF52CBE3C01411e3638
Octal25712231316740244366670
Binary101011111010010110010111110111100010100100011110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF52CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF52CB; }

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

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

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

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

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

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

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

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