#AF54CD

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

Shades of Medium Orchid #AF54CD

Tints of Medium Orchid #AF54CD

Color information

#AF54CD (or 0xAF54CD) is unknown color: approx Medium Orchid. HEX triplet: AF, 54 and CD. RGB value is (175,84,205). Sum of RGB (Red+Green+Blue) = 175+84+205=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF54CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54CD is #50AB32. Grayscale: #7C7C7C. Windows color (decimal): -5286707 or 13456559. OLE color: 13456559.

HSL color Cylindrical-coordinate representation of color #AF54CD: hue angle of 285.12º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF54CD is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17584205-
CMYK0.150.5900.20
HSL285.12º54.75%56.67%-
HSV(B)285.12º59.02%80.39%-
XYZ31.8719.8659.91-
YUV125173.15163.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 84 (33.20% from 255) = 18.10%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=37.72%
G=18.10%
B=44.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175842050.150.5900.20285.1254.7556.67
HexAF54CDF3B01411d3739
Octal25712431517730244356771
Binary101011111010100110011011111111011010100100011101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF54CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF54CD; }

 p { color: rgb(175,84,205); }

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

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

 a { background-color: rgb(175,84,205); }

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

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

 span { border-color: rgb(175,84,205); }

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