Html Css Color HEX #AF47C6 Medium Orchid

📋 copy color: '#AF47C6'

red 175 ◦ green 71 ◦ blue 198

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

Shades of Medium Orchid #AF47C6

Tints of Medium Orchid #AF47C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.59%

R = 39.41%
G = 15.99%
B = 44.59%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF47C6 (or 0xAF47C6) is known color: Medium Orchid. HEX triplet: AF, 47 and C6. RGB value is (175,71,198). Sum of RGB (Red+Green+Blue) = 175+71+198=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF47C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47C6 is #50B839. Grayscale: #747474. Windows color (decimal): -5290042 or 12994479. OLE color: 12994479.

HSL color Cylindrical-coordinate representation of color #AF47C6: hue angle of 289.13º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF47C6 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 71 198 -
CMYK 0.12 0.64 0 0.22
HSL 289.13º 0.53% 0.53% -
HSV(B) 289.13º 0.64% 0.78% -
XYZ 30.13 17.7 55.25 -
YUV 116.57 173.96 169.67 -
System Red Green Blue C M Y K H S L
Decimal 175 71 198 0.12 0.64 0 0.22 289.13 0.53 0.53
Hex AF 47 C6 C 40 0 16 121 35 35
Octal 257 107 306 14 100 0 26 441 65 65
Binary 10101111 1000111 11000110 1100 1000000 0 10110 100100001 110101 110101

Color Harmonies of #AF47C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47C6

Black with #AF47C6

Text Example


Text Example

White with #AF47C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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