Html Css Color HEX #AF49EC Medium Orchid

📋 copy color: '#AF49EC'

red 175 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #AF49EC

Tints of Medium Orchid #AF49EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 36.16%
G = 15.08%
B = 48.76%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF49EC (or 0xAF49EC) is known color: Medium Orchid. HEX triplet: AF, 49 and EC. RGB value is (175,73,236). Sum of RGB (Red+Green+Blue) = 175+73+236=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF49EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF49EC is #50B613. Grayscale: #797979. Windows color (decimal): -5289492 or 15485359. OLE color: 15485359.

HSL color Cylindrical-coordinate representation of color #AF49EC: hue angle of 277.55º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF49EC is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 73 236 -
CMYK 0.26 0.69 0 0.07
HSL 277.55º 0.81% 0.61% -
HSV(B) 277.55º 0.69% 0.93% -
XYZ 35.2 19.94 81.35 -
YUV 122.08 192.29 165.75 -
System Red Green Blue C M Y K H S L
Decimal 175 73 236 0.26 0.69 0 0.07 277.55 0.81 0.61
Hex AF 49 EC 1A 45 0 7 116 51 3D
Octal 257 111 354 32 105 0 7 426 121 75
Binary 10101111 1001001 11101100 11010 1000101 0 111 100010110 1010001 111101

Color Harmonies of #AF49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49EC

Black with #AF49EC

Text Example


Text Example

White with #AF49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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