Html Css Color HEX #AF47D0 Medium Orchid

📋 copy color: '#AF47D0'

red 175 ◦ green 71 ◦ blue 208

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

Shades of Medium Orchid #AF47D0

Tints of Medium Orchid #AF47D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.81%

R = 38.55%
G = 15.64%
B = 45.81%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF47D0 (or 0xAF47D0) is known color: Medium Orchid. HEX triplet: AF, 47 and D0. RGB value is (175,71,208). Sum of RGB (Red+Green+Blue) = 175+71+208=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF47D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47D0 is #50B82F. Grayscale: #757575. Windows color (decimal): -5290032 or 13649839. OLE color: 13649839.

HSL color Cylindrical-coordinate representation of color #AF47D0: hue angle of 285.55º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF47D0 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 71 208 -
CMYK 0.16 0.66 0 0.18
HSL 285.55º 0.59% 0.55% -
HSV(B) 285.55º 0.66% 0.82% -
XYZ 31.32 18.17 61.53 -
YUV 117.71 178.96 168.86 -
System Red Green Blue C M Y K H S L
Decimal 175 71 208 0.16 0.66 0 0.18 285.55 0.59 0.55
Hex AF 47 D0 10 42 0 12 11E 3B 37
Octal 257 107 320 20 102 0 22 436 73 67
Binary 10101111 1000111 11010000 10000 1000010 0 10010 100011110 111011 110111

Color Harmonies of #AF47D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47D0

Black with #AF47D0

Text Example


Text Example

White with #AF47D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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