#AF53CA

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

Shades of Medium Orchid #AF53CA

Tints of Medium Orchid #AF53CA

Color information

#AF53CA (or 0xAF53CA) is unknown color: approx Medium Orchid. HEX triplet: AF, 53 and CA. RGB value is (175,83,202). Sum of RGB (Red+Green+Blue) = 175+83+202=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF53CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53CA is #50AC35. Grayscale: #7B7B7B. Windows color (decimal): -5286966 or 13259695. OLE color: 13259695.

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

Color convert

RGB17583202-
CMYK0.130.5900.21
HSL286.39º52.89%55.88%-
HSV(B)286.39º58.91%79.22%-
XYZ31.4319.5658-
YUV124.07171.98164.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 83 (32.81% from 255) = 18.04%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=38.04%
G=18.04%
B=43.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175832020.130.5900.21286.3952.8955.88
HexAF53CAD3B01511e3538
Octal25712331215730254366570
Binary101011111010011110010101101111011010101100011110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF53CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF53CA; }

 p { color: rgb(175,83,202); }

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

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

 a { background-color: rgb(175,83,202); }

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

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

 span { border-color: rgb(175,83,202); }

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