Html Css Color HEX #AF47DF Medium Orchid

📋 copy color: '#AF47DF'

red 175 ◦ green 71 ◦ blue 223

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

Shades of Medium Orchid #AF47DF

Tints of Medium Orchid #AF47DF

RGB

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

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

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

R = 37.31%
G = 15.14%
B = 47.55%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF47DF (or 0xAF47DF) is known color: Medium Orchid. HEX triplet: AF, 47 and DF. RGB value is (175,71,223). Sum of RGB (Red+Green+Blue) = 175+71+223=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF47DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47DF is #50B820. Grayscale: #767676. Windows color (decimal): -5290017 or 14632879. OLE color: 14632879.

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

Color convert

RGB 175 71 223 -
CMYK 0.22 0.68 0 0.13
HSL 281.05º 0.7% 0.58% -
HSV(B) 281.05º 0.68% 0.87% -
XYZ 33.25 18.95 71.72 -
YUV 119.42 186.46 167.64 -
System Red Green Blue C M Y K H S L
Decimal 175 71 223 0.22 0.68 0 0.13 281.05 0.7 0.58
Hex AF 47 DF 16 44 0 D 119 46 3A
Octal 257 107 337 26 104 0 15 431 106 72
Binary 10101111 1000111 11011111 10110 1000100 0 1101 100011001 1000110 111010

Color Harmonies of #AF47DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47DF

Black with #AF47DF

Text Example


Text Example

White with #AF47DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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