Html Css Color HEX #AF47F6 Medium Orchid

📋 copy color: '#AF47F6'

red 175 ◦ green 71 ◦ blue 246

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

Shades of Medium Orchid #AF47F6

Tints of Medium Orchid #AF47F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50%

R = 35.57%
G = 14.43%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF47F6 (or 0xAF47F6) is known color: Medium Orchid. HEX triplet: AF, 47 and F6. RGB value is (175,71,246). Sum of RGB (Red+Green+Blue) = 175+71+246=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 71 (28.12% from 255 or 14.43% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF47F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF47F6 is #50B809. Grayscale: #797979. Windows color (decimal): -5289994 or 16140207. OLE color: 16140207.

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

Color convert

RGB 175 71 246 -
CMYK 0.29 0.71 0 0.04
HSL 275.66º 0.91% 0.62% -
HSV(B) 275.66º 0.71% 0.96% -
XYZ 36.57 20.27 89.17 -
YUV 122.05 197.96 165.77 -
System Red Green Blue C M Y K H S L
Decimal 175 71 246 0.29 0.71 0 0.04 275.66 0.91 0.62
Hex AF 47 F6 1D 47 0 4 114 5B 3E
Octal 257 107 366 35 107 0 4 424 133 76
Binary 10101111 1000111 11110110 11101 1000111 0 100 100010100 1011011 111110

Color Harmonies of #AF47F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47F6

Black with #AF47F6

Text Example


Text Example

White with #AF47F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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