Html Css Color HEX #AF47EF Medium Orchid

📋 copy color: '#AF47EF'

red 175 ◦ green 71 ◦ blue 239

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

Shades of Medium Orchid #AF47EF

Tints of Medium Orchid #AF47EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 36.08%
G = 14.64%
B = 49.28%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF47EF (or 0xAF47EF) is known color: Medium Orchid. HEX triplet: AF, 47 and EF. RGB value is (175,71,239). Sum of RGB (Red+Green+Blue) = 175+71+239=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF47EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF47EF is #50B810. Grayscale: #787878. Windows color (decimal): -5290001 or 15681455. OLE color: 15681455.

HSL color Cylindrical-coordinate representation of color #AF47EF: hue angle of 277.14º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF47EF is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 71 239 -
CMYK 0.27 0.70 0 0.06
HSL 277.14º 0.84% 0.61% -
HSV(B) 277.14º 0.7% 0.94% -
XYZ 35.51 19.85 83.62 -
YUV 121.25 194.46 166.34 -
System Red Green Blue C M Y K H S L
Decimal 175 71 239 0.27 0.70 0 0.06 277.14 0.84 0.61
Hex AF 47 EF 1B 46 0 6 115 54 3D
Octal 257 107 357 33 106 0 6 425 124 75
Binary 10101111 1000111 11101111 11011 1000110 0 110 100010101 1010100 111101

Color Harmonies of #AF47EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47EF

Black with #AF47EF

Text Example


Text Example

White with #AF47EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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