Html Css Color HEX #AF47F7 Medium Orchid

📋 copy color: '#AF47F7'

red 175 ◦ green 71 ◦ blue 247

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

Shades of Medium Orchid #AF47F7

Tints of Medium Orchid #AF47F7

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.4%

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

R = 35.5%
G = 14.4%
B = 50.1%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF47F7 (or 0xAF47F7) is known color: Medium Orchid. HEX triplet: AF, 47 and F7. RGB value is (175,71,247). Sum of RGB (Red+Green+Blue) = 175+71+247=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF47F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF47F7 is #50B808. Grayscale: #797979. Windows color (decimal): -5289993 or 16205743. OLE color: 16205743.

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

Color convert

RGB 175 71 247 -
CMYK 0.29 0.71 0 0.03
HSL 275.45º 0.92% 0.62% -
HSV(B) 275.45º 0.71% 0.97% -
XYZ 36.72 20.34 89.99 -
YUV 122.16 198.46 165.69 -
System Red Green Blue C M Y K H S L
Decimal 175 71 247 0.29 0.71 0 0.03 275.45 0.92 0.62
Hex AF 47 F7 1D 47 0 3 113 5C 3E
Octal 257 107 367 35 107 0 3 423 134 76
Binary 10101111 1000111 11110111 11101 1000111 0 11 100010011 1011100 111110

Color Harmonies of #AF47F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47F7

Black with #AF47F7

Text Example


Text Example

White with #AF47F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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