Html Css Color HEX #AF49DF Medium Orchid

📋 copy color: '#AF49DF'

red 175 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #AF49DF

Tints of Medium Orchid #AF49DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 37.15%
G = 15.5%
B = 47.35%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF49DF (or 0xAF49DF) is known color: Medium Orchid. HEX triplet: AF, 49 and DF. RGB value is (175,73,223). Sum of RGB (Red+Green+Blue) = 175+73+223=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF49DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49DF is #50B620. Grayscale: #787878. Windows color (decimal): -5289505 or 14633391. OLE color: 14633391.

HSL color Cylindrical-coordinate representation of color #AF49DF: hue angle of 280.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF49DF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 73 223 -
CMYK 0.22 0.67 0 0.13
HSL 280.8º 0.7% 0.58% -
HSV(B) 280.8º 0.67% 0.87% -
XYZ 33.38 19.21 71.76 -
YUV 120.6 185.79 166.8 -
System Red Green Blue C M Y K H S L
Decimal 175 73 223 0.22 0.67 0 0.13 280.8 0.7 0.58
Hex AF 49 DF 16 43 0 D 119 46 3A
Octal 257 111 337 26 103 0 15 431 106 72
Binary 10101111 1001001 11011111 10110 1000011 0 1101 100011001 1000110 111010

Color Harmonies of #AF49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49DF

Black with #AF49DF

Text Example


Text Example

White with #AF49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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