Html Css Color HEX #AF49F7 Medium Orchid

📋 copy color: '#AF49F7'

red 175 ◦ green 73 ◦ blue 247

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

Shades of Medium Orchid #AF49F7

Tints of Medium Orchid #AF49F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.9%

R = 35.35%
G = 14.75%
B = 49.9%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF49F7 (or 0xAF49F7) is known color: Medium Orchid. HEX triplet: AF, 49 and F7. RGB value is (175,73,247). Sum of RGB (Red+Green+Blue) = 175+73+247=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF49F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF49F7 is #50B608. Grayscale: #7A7A7A. Windows color (decimal): -5289481 or 16206255. OLE color: 16206255.

HSL color Cylindrical-coordinate representation of color #AF49F7: hue angle of 275.17º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF49F7 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 73 247 -
CMYK 0.29 0.70 0 0.03
HSL 275.17º 0.92% 0.63% -
HSV(B) 275.17º 0.7% 0.97% -
XYZ 36.85 20.59 90.03 -
YUV 123.33 197.79 164.85 -
System Red Green Blue C M Y K H S L
Decimal 175 73 247 0.29 0.70 0 0.03 275.17 0.92 0.63
Hex AF 49 F7 1D 46 0 3 113 5C 3F
Octal 257 111 367 35 106 0 3 423 134 77
Binary 10101111 1001001 11110111 11101 1000110 0 11 100010011 1011100 111111

Color Harmonies of #AF49F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49F7

Black with #AF49F7

Text Example


Text Example

White with #AF49F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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