Html Css Color HEX #AF49CF Medium Orchid

📋 copy color: '#AF49CF'

red 175 ◦ green 73 ◦ blue 207

#AF49CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AF49CF

Tints of Medium Orchid #AF49CF

RGB

 RED value IS 175 (68.75% from 255) = 38.46%

 GREEN value IS 73 (28.91% from 255) = 16.04%

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 38.46%
G = 16.04%
B = 45.49%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF49CF (or 0xAF49CF) is known color: Medium Orchid. HEX triplet: AF, 49 and CF. RGB value is (175,73,207). Sum of RGB (Red+Green+Blue) = 175+73+207=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF49CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49CF is #50B630. Grayscale: #767676. Windows color (decimal): -5289521 or 13584815. OLE color: 13584815.

HSL color Cylindrical-coordinate representation of color #AF49CF: hue angle of 285.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF49CF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 73 207 -
CMYK 0.15 0.65 0 0.19
HSL 285.67º 0.58% 0.55% -
HSV(B) 285.67º 0.65% 0.81% -
XYZ 31.32 18.38 60.93 -
YUV 118.77 177.79 168.1 -
System Red Green Blue C M Y K H S L
Decimal 175 73 207 0.15 0.65 0 0.19 285.67 0.58 0.55
Hex AF 49 CF F 41 0 13 11E 3A 37
Octal 257 111 317 17 101 0 23 436 72 67
Binary 10101111 1001001 11001111 1111 1000001 0 10011 100011110 111010 110111

Color Harmonies of #AF49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49CF

Black with #AF49CF

Text Example


Text Example

White with #AF49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49CF; }

 p { color: rgb(175,73,207); }

 H1.HeaderClassName
 {
   color: #AF49CF;
 }
 .AnyTagClassName
 {
   color: #AF49CF;
 }
</style>

background-color css

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

 a { background-color: rgb(175,73,207); }

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

border-color css

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

 span { border-color: rgb(175,73,207); }

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