Html Css Color HEX #AF49D1 Medium Orchid

📋 copy color: '#AF49D1'

red 175 ◦ green 73 ◦ blue 209

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

Shades of Medium Orchid #AF49D1

Tints of Medium Orchid #AF49D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.73%

R = 38.29%
G = 15.97%
B = 45.73%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF49D1 (or 0xAF49D1) is known color: Medium Orchid. HEX triplet: AF, 49 and D1. RGB value is (175,73,209). Sum of RGB (Red+Green+Blue) = 175+73+209=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF49D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49D1 is #50B62E. Grayscale: #767676. Windows color (decimal): -5289519 or 13715887. OLE color: 13715887.

HSL color Cylindrical-coordinate representation of color #AF49D1: hue angle of 285º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF49D1 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 73 209 -
CMYK 0.16 0.65 0 0.18
HSL 285º 0.6% 0.55% -
HSV(B) 285º 0.65% 0.82% -
XYZ 31.57 18.48 62.23 -
YUV 119 178.79 167.94 -
System Red Green Blue C M Y K H S L
Decimal 175 73 209 0.16 0.65 0 0.18 285 0.6 0.55
Hex AF 49 D1 10 41 0 12 11D 3C 37
Octal 257 111 321 20 101 0 22 435 74 67
Binary 10101111 1001001 11010001 10000 1000001 0 10010 100011101 111100 110111

Color Harmonies of #AF49D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49D1

Black with #AF49D1

Text Example


Text Example

White with #AF49D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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